#091EBE

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

Shades of International Klein Blue #091EBE

Tints of International Klein Blue #091EBE

Color information

#091EBE (or 0x091EBE) is unknown color: approx International Klein Blue. HEX triplet: 09, 1E and BE. RGB value is (9,30,190). Sum of RGB (Red+Green+Blue) = 9+30+190=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #091EBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091EBE is #F6E141. Grayscale: #292929. Windows color (decimal): -16179522 or 12459529. OLE color: 12459529.

HSL color Cylindrical-coordinate representation of color #091EBE: hue angle of 233.04º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091EBE is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB930190-
CMYK0.950.8400.25
HSL233.04º90.95%39.02%-
HSV(B)233.04º95.26%74.51%-
XYZ9.874.749.1-
YUV41.96211.54104.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 190 (74.61% from 255) = 82.97%
R=3.93%
G=13.10%
B=82.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9301900.950.8400.25233.0490.9539.02
Hex91EBE5F54019e95b27
Octal113627613712403135113347
Binary1001111101011111010111111010100011001111010011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,30,190); }

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

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

 a { background-color: rgb(9,30,190); }

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

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

 span { border-color: rgb(9,30,190); }

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