Html Css Color HEX #091D99 International Klein Blue
📋 copy color: '#091D99'red 9 ◦ green 29 ◦ blue 153
Shades of International Klein Blue #091D99
Tints of International Klein Blue #091D99
RGB
CMYK
RGB Variations
Color information
#091D99 (or 0x091D99) is known color: International Klein Blue. HEX triplet: 09, 1D and 99. RGB value is (9,29,153). Sum of RGB (Red+Green+Blue) = 9+29+153=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #091D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091D99 is #F6E266. Grayscale: #242424. Windows color (decimal): -16179815 or 10034441. OLE color: 10034441.
HSL color Cylindrical-coordinate representation of color #091D99: hue angle of 231.67º 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 #091D99 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 29 | 153 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.4 |
| HSL | 231.67º | 0.89% | 0.32% | - |
| HSV(B) | 231.67º | 0.94% | 0.6% | - |
| XYZ | 6.3 | 3.24 | 30.43 | - |
| YUV | 37.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 153 | 0.94 | 0.81 | 0 | 0.4 | 231.67 | 0.89 | 0.32 |
| Hex | 9 | 1D | 99 | 5E | 51 | 0 | 28 | E8 | 59 | 20 |
| Octal | 11 | 35 | 231 | 136 | 121 | 0 | 50 | 350 | 131 | 40 |
| Binary | 1001 | 11101 | 10011001 | 1011110 | 1010001 | 0 | 101000 | 11101000 | 1011001 | 100000 |
Color Harmonies of #091D99
Complementary color
Monochromatic Colors of #091D99
Black with #091D99
Text Example
Text Example
White with #091D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D99; }
p { color: rgb(9,29,153); }
H1.HeaderClassName
{
color: #091D99;
}
.AnyTagClassName
{
color: #091D99;
}
</style>
background-color css
<style>
a { background-color: #091D99; }
a { background-color: rgb(9,29,153); }
div.DivClassName
{
background-color: #091D99;
}
.BgClassName
{
background-color: #091D99;
}
</style>
border-color css
<style>
span { border-color: #091D99; }
span { border-color: rgb(9,29,153); }
td.TdClassName
{
border-color: #091D99;
}
.TagClassName
{
border-color: #091D99;
}
</style>