#091DAB

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

Shades of International Klein Blue #091DAB

Tints of International Klein Blue #091DAB

Color information

#091DAB (or 0x091DAB) is unknown color: approx International Klein Blue. HEX triplet: 09, 1D and AB. RGB value is (9,29,171). Sum of RGB (Red+Green+Blue) = 9+29+171=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #091DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091DAB is #F6E254. Grayscale: #262626. Windows color (decimal): -16179797 or 11214089. OLE color: 11214089.

HSL color Cylindrical-coordinate representation of color #091DAB: hue angle of 232.59º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091DAB is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB929171-
CMYK0.950.8300.33
HSL232.59º90%35.29%-
HSV(B)232.59º94.74%67.06%-
XYZ7.93.8838.86-
YUV39.21202.37106.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 171 (67.19% from 255) = 81.82%
R=4.31%
G=13.88%
B=81.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9291710.950.8300.33232.599035.29
Hex91DAB5F53021e95a23
Octal113525313712304135113243
Binary10011110110101011101111110100110100001111010011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091DAB; }

 p { color: rgb(9,29,171); }

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

<style>
 a { background-color: #091DAB; }

 a { background-color: rgb(9,29,171); }

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

<style>
 span { border-color: #091DAB; }

 span { border-color: rgb(9,29,171); }

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