Html Css Color HEX #091E98 International Klein Blue
📋 copy color: '#091E98'red 9 ◦ green 30 ◦ blue 152
Shades of International Klein Blue #091E98
Tints of International Klein Blue #091E98
RGB
CMYK
RGB Variations
Color information
#091E98 (or 0x091E98) is known color: International Klein Blue. HEX triplet: 09, 1E and 98. RGB value is (9,30,152). Sum of RGB (Red+Green+Blue) = 9+30+152=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #091E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091E98 is #F6E167. Grayscale: #252525. Windows color (decimal): -16179560 or 9969161. OLE color: 9969161.
HSL color Cylindrical-coordinate representation of color #091E98: hue angle of 231.19º 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 #091E98 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 30 | 152 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.40 |
| HSL | 231.19º | 0.89% | 0.32% | - |
| HSV(B) | 231.19º | 0.94% | 0.6% | - |
| XYZ | 6.24 | 3.25 | 30 | - |
| YUV | 37.63 | 192.54 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 152 | 0.94 | 0.80 | 0 | 0.40 | 231.19 | 0.89 | 0.32 |
| Hex | 9 | 1E | 98 | 5E | 50 | 0 | 28 | E7 | 59 | 20 |
| Octal | 11 | 36 | 230 | 136 | 120 | 0 | 50 | 347 | 131 | 40 |
| Binary | 1001 | 11110 | 10011000 | 1011110 | 1010000 | 0 | 101000 | 11100111 | 1011001 | 100000 |
Color Harmonies of #091E98
Complementary color
Monochromatic Colors of #091E98
Black with #091E98
Text Example
Text Example
White with #091E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E98; }
p { color: rgb(9,30,152); }
H1.HeaderClassName
{
color: #091E98;
}
.AnyTagClassName
{
color: #091E98;
}
</style>
background-color css
<style>
a { background-color: #091E98; }
a { background-color: rgb(9,30,152); }
div.DivClassName
{
background-color: #091E98;
}
.BgClassName
{
background-color: #091E98;
}
</style>
border-color css
<style>
span { border-color: #091E98; }
span { border-color: rgb(9,30,152); }
td.TdClassName
{
border-color: #091E98;
}
.TagClassName
{
border-color: #091E98;
}
</style>