#091CA8

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

Shades of International Klein Blue #091CA8

Tints of International Klein Blue #091CA8

Color information

#091CA8 (or 0x091CA8) is unknown color: approx International Klein Blue. HEX triplet: 09, 1C and A8. RGB value is (9,28,168). Sum of RGB (Red+Green+Blue) = 9+28+168=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 168 (66.02% from 255 or 81.95% from 205); Max value from RGB is 168 - color contains mainly: blue. Hex color #091CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CA8 is #F6E357. Grayscale: #252525. Windows color (decimal): -16180056 or 11017225. OLE color: 11017225.

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

Color convert

RGB928168-
CMYK0.950.8300.34
HSL232.83º89.83%34.71%-
HSV(B)232.83º94.64%65.88%-
XYZ7.63.7237.36-
YUV38.28201.21107.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 168 (66.02% from 255) = 81.95%
R=4.39%
G=13.66%
B=81.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal9281680.950.8300.34232.8389.8334.71
Hex91CA85F53022e95a23
Octal113425013712304235113243
Binary10011110010101000101111110100110100010111010011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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