#012daf

Color #012DAF International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #012DAF

Tints of International Klein Blue #012DAF

Color information

#012DAF (or 0x012DAF) is unknown color: approx International Klein Blue. HEX triplet: 01, 2D and AF. RGB value is (1,45,175). Sum of RGB (Red+Green+Blue) = 1+45+175=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #012DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DAF is #FED250. Grayscale: #2E2E2E. Windows color (decimal): -16699985 or 11480321. OLE color: 11480321.

HSL color Cylindrical-coordinate representation of color #012DAF: hue angle of 224.83º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012DAF is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145175-
CMYK0.990.7400.31
HSL224.83º98.86%34.51%-
HSV(B)224.83º99.43%68.63%-
XYZ8.694.9841.06-
YUV46.66200.4295.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 45 (17.97% from 255) = 20.36%
BLUE value IS 175 (68.75% from 255) = 79.19%
R=0.45%
G=20.36%
B=79.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451750.990.7400.31224.8398.8634.51
Hex12DAF634A01Fe16323
Octal15525714311203734114343
Binary11011011010111111000111001010011111111000011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012daf; }

 p { color: rgb(1,45,175); }

 H1.HeaderClassName
 {
   color: #012daf;
 }
 .AnyTagClassName
 {
   color: #012daf;
 }
</style>
background-color css

<style>
 a { background-color: #012daf; }

 a { background-color: rgb(1,45,175); }

 div.DivClassName
 {
   background-color: #012daf;
 }
 .BgClassName
 {
   background-color: #012daf;
 }
</style>
border-color css

<style>
 span { border-color: #012daf; }

 span { border-color: rgb(1,45,175); }

 td.TdClassName
 {
   border-color: #012daf;
 }
 .TagClassName
 {
   border-color: #012daf;
 }
</style>