Html Css Color HEX #011AAB International Klein Blue

📋 copy color: '#011AAB'

red 1 ◦ green 26 ◦ blue 171

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

Shades of International Klein Blue #011AAB

Tints of International Klein Blue #011AAB

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

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

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

R = 0.51%
G = 13.13%
B = 86.36%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#011AAB (or 0x011AAB) is known color: International Klein Blue. HEX triplet: 01, 1A and AB. RGB value is (1,26,171). Sum of RGB (Red+Green+Blue) = 1+26+171=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 171 (67.19% from 255 or 86.36% from 198); Max value from RGB is 171 - color contains mainly: blue. Hex color #011AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011AAB is #FEE554. Grayscale: #222222. Windows color (decimal): -16704853 or 11213313. OLE color: 11213313.

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

Color convert

RGB 1 26 171 -
CMYK 0.99 0.85 0 0.33
HSL 231.18º 0.99% 0.34% -
HSV(B) 231.18º 0.99% 0.67% -
XYZ 7.73 3.69 38.83 -
YUV 35.06 204.72 103.71 -
System Red Green Blue C M Y K H S L
Decimal 1 26 171 0.99 0.85 0 0.33 231.18 0.99 0.34
Hex 1 1A AB 63 55 0 21 E7 63 22
Octal 1 32 253 143 125 0 41 347 143 42
Binary 1 11010 10101011 1100011 1010101 0 100001 11100111 1100011 100010

Color Harmonies of #011AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011AAB

Black with #011AAB

Text Example


Text Example

White with #011AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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