#091CAE

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

Shades of International Klein Blue #091CAE

Tints of International Klein Blue #091CAE

Color information

#091CAE (or 0x091CAE) is unknown color: approx International Klein Blue. HEX triplet: 09, 1C and AE. RGB value is (9,28,174). Sum of RGB (Red+Green+Blue) = 9+28+174=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #091CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CAE is #F6E351. Grayscale: #262626. Windows color (decimal): -16180050 or 11410441. OLE color: 11410441.

HSL color Cylindrical-coordinate representation of color #091CAE: hue angle of 233.09º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CAE is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB928174-
CMYK0.950.8400.32
HSL233.09º90.16%35.88%-
HSV(B)233.09º94.83%68.24%-
XYZ8.173.9440.38-
YUV38.96204.21106.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 174 (68.36% from 255) = 82.46%
R=4.27%
G=13.27%
B=82.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9281740.950.8400.32233.0990.1635.88
Hex91CAE5F54020e95a24
Octal113425613712404035113244
Binary10011110010101110101111110101000100000111010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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