Html Css Color HEX #091D98 International Klein Blue
📋 copy color: '#091D98'red 9 ◦ green 29 ◦ blue 152
Shades of International Klein Blue #091D98
Tints of International Klein Blue #091D98
RGB
CMYK
RGB Variations
Color information
#091D98 (or 0x091D98) is known color: International Klein Blue. HEX triplet: 09, 1D and 98. RGB value is (9,29,152). Sum of RGB (Red+Green+Blue) = 9+29+152=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #091D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091D98 is #F6E267. Grayscale: #242424. Windows color (decimal): -16179816 or 9968905. OLE color: 9968905.
HSL color Cylindrical-coordinate representation of color #091D98: hue angle of 231.61º 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 #091D98 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 29 | 152 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.40 |
| HSL | 231.61º | 0.89% | 0.32% | - |
| HSV(B) | 231.61º | 0.94% | 0.6% | - |
| XYZ | 6.22 | 3.2 | 30 | - |
| YUV | 37.04 | 192.87 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 152 | 0.94 | 0.81 | 0 | 0.40 | 231.61 | 0.89 | 0.32 |
| Hex | 9 | 1D | 98 | 5E | 51 | 0 | 28 | E8 | 59 | 20 |
| Octal | 11 | 35 | 230 | 136 | 121 | 0 | 50 | 350 | 131 | 40 |
| Binary | 1001 | 11101 | 10011000 | 1011110 | 1010001 | 0 | 101000 | 11101000 | 1011001 | 100000 |
Color Harmonies of #091D98
Complementary color
Monochromatic Colors of #091D98
Black with #091D98
Text Example
Text Example
White with #091D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D98; }
p { color: rgb(9,29,152); }
H1.HeaderClassName
{
color: #091D98;
}
.AnyTagClassName
{
color: #091D98;
}
</style>
background-color css
<style>
a { background-color: #091D98; }
a { background-color: rgb(9,29,152); }
div.DivClassName
{
background-color: #091D98;
}
.BgClassName
{
background-color: #091D98;
}
</style>
border-color css
<style>
span { border-color: #091D98; }
span { border-color: rgb(9,29,152); }
td.TdClassName
{
border-color: #091D98;
}
.TagClassName
{
border-color: #091D98;
}
</style>