Html Css Color HEX #001AAB International Klein Blue

📋 copy color: '#001AAB'

red 0 ◦ green 26 ◦ blue 171

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

Shades of International Klein Blue #001AAB

Tints of International Klein Blue #001AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.2%

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

R = 0%
G = 13.2%
B = 86.8%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#001AAB (or 0x001AAB) is known color: International Klein Blue. HEX triplet: 00, 1A and AB. RGB value is (0,26,171). Sum of RGB (Red+Green+Blue) = 0+26+171=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 171 (67.19% from 255 or 86.80% from 197); Max value from RGB is 171 - color contains mainly: blue. Hex color #001AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001AAB is #FFE554. Grayscale: #222222. Windows color (decimal): -16770389 or 11213312. OLE color: 11213312.

HSL color Cylindrical-coordinate representation of color #001AAB: hue angle of 230.88º 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 #001AAB is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 26 171 -
CMYK 1 0.85 0 0.33
HSL 230.88º 1% 0.34% -
HSV(B) 230.88º 1% 0.67% -
XYZ 7.72 3.68 38.83 -
YUV 34.76 204.89 103.21 -
System Red Green Blue C M Y K H S L
Decimal 0 26 171 1 0.85 0 0.33 230.88 1 0.34
Hex 0 1A AB 64 55 0 21 E7 64 22
Octal 0 32 253 144 125 0 41 347 144 42
Binary 0 11010 10101011 1100100 1010101 0 100001 11100111 1100100 100010

Color Harmonies of #001AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001AAB

Black with #001AAB

Text Example


Text Example

White with #001AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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