Html Css Color HEX #091DAE International Klein Blue
📋 copy color: '#091DAE'red 9 ◦ green 29 ◦ blue 174
Shades of International Klein Blue #091DAE
Tints of International Klein Blue #091DAE
RGB
CMYK
RGB Variations
Color information
#091DAE (or 0x091DAE) is known color: International Klein Blue. HEX triplet: 09, 1D and AE. RGB value is (9,29,174). Sum of RGB (Red+Green+Blue) = 9+29+174=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 174 (68.36% from 255 or 82.08% from 212); Max value from RGB is 174 - color contains mainly: blue. Hex color #091DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091DAE is #F6E251. Grayscale: #262626. Windows color (decimal): -16179794 or 11410697. OLE color: 11410697.
HSL color Cylindrical-coordinate representation of color #091DAE: hue angle of 232.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091DAE is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 29 | 174 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.32 |
| HSL | 232.73º | 0.9% | 0.36% | - |
| HSV(B) | 232.73º | 0.95% | 0.68% | - |
| XYZ | 8.19 | 3.99 | 40.38 | - |
| YUV | 39.55 | 203.87 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 174 | 0.95 | 0.83 | 0 | 0.32 | 232.73 | 0.9 | 0.36 |
| Hex | 9 | 1D | AE | 5F | 53 | 0 | 20 | E9 | 5A | 24 |
| Octal | 11 | 35 | 256 | 137 | 123 | 0 | 40 | 351 | 132 | 44 |
| Binary | 1001 | 11101 | 10101110 | 1011111 | 1010011 | 0 | 100000 | 11101001 | 1011010 | 100100 |
Color Harmonies of #091DAE
Complementary color
Monochromatic Colors of #091DAE
Black with #091DAE
Text Example
Text Example
White with #091DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DAE; }
p { color: rgb(9,29,174); }
H1.HeaderClassName
{
color: #091DAE;
}
.AnyTagClassName
{
color: #091DAE;
}
</style>
background-color css
<style>
a { background-color: #091DAE; }
a { background-color: rgb(9,29,174); }
div.DivClassName
{
background-color: #091DAE;
}
.BgClassName
{
background-color: #091DAE;
}
</style>
border-color css
<style>
span { border-color: #091DAE; }
span { border-color: rgb(9,29,174); }
td.TdClassName
{
border-color: #091DAE;
}
.TagClassName
{
border-color: #091DAE;
}
</style>