Html Css Color HEX #091AAA International Klein Blue
📋 copy color: '#091AAA'red 9 ◦ green 26 ◦ blue 170
Shades of International Klein Blue #091AAA
Tints of International Klein Blue #091AAA
RGB
CMYK
RGB Variations
Color information
#091AAA (or 0x091AAA) is known color: International Klein Blue. HEX triplet: 09, 1A and AA. RGB value is (9,26,170). Sum of RGB (Red+Green+Blue) = 9+26+170=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #091AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091AAA is #F6E555. Grayscale: #242424. Windows color (decimal): -16180566 or 11147785. OLE color: 11147785.
HSL color Cylindrical-coordinate representation of color #091AAA: hue angle of 233.66º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091AAA is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 26 | 170 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.33 |
| HSL | 233.66º | 0.9% | 0.35% | - |
| HSV(B) | 233.66º | 0.95% | 0.67% | - |
| XYZ | 7.74 | 3.7 | 38.34 | - |
| YUV | 37.33 | 202.87 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 170 | 0.95 | 0.85 | 0 | 0.33 | 233.66 | 0.9 | 0.35 |
| Hex | 9 | 1A | AA | 5F | 55 | 0 | 21 | EA | 5A | 23 |
| Octal | 11 | 32 | 252 | 137 | 125 | 0 | 41 | 352 | 132 | 43 |
| Binary | 1001 | 11010 | 10101010 | 1011111 | 1010101 | 0 | 100001 | 11101010 | 1011010 | 100011 |
Color Harmonies of #091AAA
Complementary color
Monochromatic Colors of #091AAA
Black with #091AAA
Text Example
Text Example
White with #091AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091AAA; }
p { color: rgb(9,26,170); }
H1.HeaderClassName
{
color: #091AAA;
}
.AnyTagClassName
{
color: #091AAA;
}
</style>
background-color css
<style>
a { background-color: #091AAA; }
a { background-color: rgb(9,26,170); }
div.DivClassName
{
background-color: #091AAA;
}
.BgClassName
{
background-color: #091AAA;
}
</style>
border-color css
<style>
span { border-color: #091AAA; }
span { border-color: rgb(9,26,170); }
td.TdClassName
{
border-color: #091AAA;
}
.TagClassName
{
border-color: #091AAA;
}
</style>