Html Css Color HEX #091E9A International Klein Blue
📋 copy color: '#091E9A'red 9 ◦ green 30 ◦ blue 154
Shades of International Klein Blue #091E9A
Tints of International Klein Blue #091E9A
RGB
CMYK
RGB Variations
Color information
#091E9A (or 0x091E9A) is known color: International Klein Blue. HEX triplet: 09, 1E and 9A. RGB value is (9,30,154). Sum of RGB (Red+Green+Blue) = 9+30+154=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 154 (60.55% from 255 or 79.79% from 193); Max value from RGB is 154 - color contains mainly: blue. Hex color #091E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091E9A is #F6E165. Grayscale: #252525. Windows color (decimal): -16179558 or 10100233. OLE color: 10100233.
HSL color Cylindrical-coordinate representation of color #091E9A: hue angle of 231.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091E9A is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 30 | 154 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.40 |
| HSL | 231.31º | 0.89% | 0.32% | - |
| HSV(B) | 231.31º | 0.94% | 0.6% | - |
| XYZ | 6.41 | 3.32 | 30.87 | - |
| YUV | 37.86 | 193.54 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 154 | 0.94 | 0.81 | 0 | 0.40 | 231.31 | 0.89 | 0.32 |
| Hex | 9 | 1E | 9A | 5E | 51 | 0 | 28 | E7 | 59 | 20 |
| Octal | 11 | 36 | 232 | 136 | 121 | 0 | 50 | 347 | 131 | 40 |
| Binary | 1001 | 11110 | 10011010 | 1011110 | 1010001 | 0 | 101000 | 11100111 | 1011001 | 100000 |
Color Harmonies of #091E9A
Complementary color
Monochromatic Colors of #091E9A
Black with #091E9A
Text Example
Text Example
White with #091E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E9A; }
p { color: rgb(9,30,154); }
H1.HeaderClassName
{
color: #091E9A;
}
.AnyTagClassName
{
color: #091E9A;
}
</style>
background-color css
<style>
a { background-color: #091E9A; }
a { background-color: rgb(9,30,154); }
div.DivClassName
{
background-color: #091E9A;
}
.BgClassName
{
background-color: #091E9A;
}
</style>
border-color css
<style>
span { border-color: #091E9A; }
span { border-color: rgb(9,30,154); }
td.TdClassName
{
border-color: #091E9A;
}
.TagClassName
{
border-color: #091E9A;
}
</style>