Html Css Color HEX #001CAB International Klein Blue

📋 copy color: '#001CAB'

red 0 ◦ green 28 ◦ blue 171

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

Shades of International Klein Blue #001CAB

Tints of International Klein Blue #001CAB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 28 (11.33% from 255) = 14.07%

 BLUE value IS 171 (67.19% from 255) = 85.93%

R = 0%
G = 14.07%
B = 85.93%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#001CAB (or 0x001CAB) is known color: International Klein Blue. HEX triplet: 00, 1C and AB. RGB value is (0,28,171). Sum of RGB (Red+Green+Blue) = 0+28+171=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #001CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001CAB is #FFE354. Grayscale: #232323. Windows color (decimal): -16769877 or 11213824. OLE color: 11213824.

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

Color convert

RGB 0 28 171 -
CMYK 1 0.84 0 0.33
HSL 230.18º 1% 0.34% -
HSV(B) 230.18º 1% 0.67% -
XYZ 7.77 3.77 38.85 -
YUV 35.93 204.22 102.37 -
System Red Green Blue C M Y K H S L
Decimal 0 28 171 1 0.84 0 0.33 230.18 1 0.34
Hex 0 1C AB 64 54 0 21 E6 64 22
Octal 0 34 253 144 124 0 41 346 144 42
Binary 0 11100 10101011 1100100 1010100 0 100001 11100110 1100100 100010

Color Harmonies of #001CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CAB

Black with #001CAB

Text Example


Text Example

White with #001CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001CAB;
 }
 .AnyTagClassName
 {
   color: #001CAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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