#011A96

Color #011A96 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #011A96

Tints of International Klein Blue #011A96

Color information

#011A96 (or 0x011A96) is unknown color: approx International Klein Blue. HEX triplet: 01, 1A and 96. RGB value is (1,26,150). Sum of RGB (Red+Green+Blue) = 1+26+150=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 150 (58.98% from 255 or 84.75% from 177); Max value from RGB is 150 - color contains mainly: blue. Hex color #011A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011A96 is #FEE569. Grayscale: #202020. Windows color (decimal): -16704874 or 9837057. OLE color: 9837057.

HSL color Cylindrical-coordinate representation of color #011A96: hue angle of 229.93º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A96 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB126150-
CMYK0.990.8300.41
HSL229.93º98.68%29.61%-
HSV(B)229.93º99.33%58.82%-
XYZ5.892.9529.11-
YUV32.66194.22105.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 150 (58.98% from 255) = 84.75%
R=0.56%
G=14.69%
B=84.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1261500.990.8300.41229.9398.6829.61
Hex11A966353029e6631e
Octal13222614312305134614336
Binary1110101001011011000111010011010100111100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #011A96;
 }
 .AnyTagClassName
 {
   color: #011A96;
 }
</style>
background-color css

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

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

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

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

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

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