Html Css Color HEX #001CAF International Klein Blue

📋 copy color: '#001CAF'

red 0 ◦ green 28 ◦ blue 175

#001CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #001CAF

Tints of International Klein Blue #001CAF

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 value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#001CAF (or 0x001CAF) is known color: 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

RGB 0 28 175 -
CMYK 1 0.84 0 0.31
HSL 230.4º 1% 0.34% -
HSV(B) 230.4º 1% 0.69% -
XYZ 8.15 3.93 40.89 -
YUV 36.39 206.22 102.05 -
System Red Green Blue C M Y K H S L
Decimal 0 28 175 1 0.84 0 0.31 230.4 1 0.34
Hex 0 1C AF 64 54 0 1F E6 64 22
Octal 0 34 257 144 124 0 37 346 144 42
Binary 0 11100 10101111 1100100 1010100 0 11111 11100110 1100100 100010

Color Harmonies of #001CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CAF

Black with #001CAF

Text Example


Text Example

White with #001CAF

Text Example


Text Example

HTML Codes & Css Web 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>