Html Css Color HEX #011AB0 International Klein Blue

📋 copy color: '#011AB0'

red 1 ◦ green 26 ◦ blue 176

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

Shades of International Klein Blue #011AB0

Tints of International Klein Blue #011AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 86.7%

R = 0.49%
G = 12.81%
B = 86.7%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#011AB0 (or 0x011AB0) is known color: International Klein Blue. HEX triplet: 01, 1A and B0. RGB value is (1,26,176). Sum of RGB (Red+Green+Blue) = 1+26+176=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 176 (69.14% from 255 or 86.70% from 203); Max value from RGB is 176 - color contains mainly: blue. Hex color #011AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011AB0 is #FEE54F. Grayscale: #232323. Windows color (decimal): -16704848 or 11540993. OLE color: 11540993.

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

Color convert

RGB 1 26 176 -
CMYK 0.99 0.85 0 0.31
HSL 231.43º 0.99% 0.35% -
HSV(B) 231.43º 0.99% 0.69% -
XYZ 8.22 3.88 41.39 -
YUV 35.63 207.22 103.3 -
System Red Green Blue C M Y K H S L
Decimal 1 26 176 0.99 0.85 0 0.31 231.43 0.99 0.35
Hex 1 1A B0 63 55 0 1F E7 63 23
Octal 1 32 260 143 125 0 37 347 143 43
Binary 1 11010 10110000 1100011 1010101 0 11111 11100111 1100011 100011

Color Harmonies of #011AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011AB0

Black with #011AB0

Text Example


Text Example

White with #011AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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