#091CAB

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

Shades of International Klein Blue #091CAB

Tints of International Klein Blue #091CAB

Color information

#091CAB (or 0x091CAB) is unknown color: approx International Klein Blue. HEX triplet: 09, 1C and AB. RGB value is (9,28,171). Sum of RGB (Red+Green+Blue) = 9+28+171=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #091CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CAB is #F6E354. Grayscale: #262626. Windows color (decimal): -16180053 or 11213833. OLE color: 11213833.

HSL color Cylindrical-coordinate representation of color #091CAB: hue angle of 232.96º 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 #091CAB is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB928171-
CMYK0.950.8400.33
HSL232.96º90%35.29%-
HSV(B)232.96º94.74%67.06%-
XYZ7.883.8338.85-
YUV38.62202.71106.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 171 (67.19% from 255) = 82.21%
R=4.33%
G=13.46%
B=82.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9281710.950.8400.33232.969035.29
Hex91CAB5F54021e95a23
Octal113425313712404135113243
Binary10011110010101011101111110101000100001111010011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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