#001caf

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

Shades of International Klein Blue #001CAF

Tints of International Klein Blue #001CAF

Color information

#001CAF (or 0x001CAF) is unknown color: approx International Klein Blue. HEX triplet: 00, 1C and AF. RGB value is (0,28,175). Sum of RGB (Red+Green+Blue) = 0+28+175=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 175 (68.75% from 255 or 86.21% from 203); Max value from RGB is 175 - color contains mainly: blue. Hex color #001CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001CAF is #FFE350. Grayscale: #232323. Windows color (decimal): -16769873 or 11475968. OLE color: 11475968.

HSL color Cylindrical-coordinate representation of color #001CAF: hue angle of 230.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CAF is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB028175-
CMYK10.8400.31
HSL230.4º100%34.31%-
HSV(B)230.4º100%68.63%-
XYZ8.153.9340.89-
YUV36.39206.22102.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 175 (68.75% from 255) = 86.21%
R=0%
G=13.79%
B=86.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal02817510.8400.31230.410034.31
Hex01CAF645401Fe66422
Octal03425714412403734614442
Binary0111001010111111001001010100011111111001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001caf; }

 p { color: rgb(0,28,175); }

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

<style>
 a { background-color: #001caf; }

 a { background-color: rgb(0,28,175); }

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

<style>
 span { border-color: #001caf; }

 span { border-color: rgb(0,28,175); }

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