Html Css Color HEX #091AA8 International Klein Blue
📋 copy color: '#091AA8'red 9 ◦ green 26 ◦ blue 168
Shades of International Klein Blue #091AA8
Tints of International Klein Blue #091AA8
RGB
CMYK
RGB Variations
Color information
#091AA8 (or 0x091AA8) is known color: International Klein Blue. HEX triplet: 09, 1A and A8. RGB value is (9,26,168). Sum of RGB (Red+Green+Blue) = 9+26+168=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 168 (66.02% from 255 or 82.76% from 203); Max value from RGB is 168 - color contains mainly: blue. Hex color #091AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091AA8 is #F6E557. Grayscale: #242424. Windows color (decimal): -16180568 or 11016713. OLE color: 11016713.
HSL color Cylindrical-coordinate representation of color #091AA8: hue angle of 233.58º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091AA8 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 9 | 26 | 168 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.34 |
| HSL | 233.58º | 0.9% | 0.35% | - |
| HSV(B) | 233.58º | 0.95% | 0.66% | - |
| XYZ | 7.55 | 3.62 | 37.35 | - |
| YUV | 37.11 | 201.87 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 168 | 0.95 | 0.85 | 0 | 0.34 | 233.58 | 0.9 | 0.35 |
| Hex | 9 | 1A | A8 | 5F | 55 | 0 | 22 | EA | 5A | 23 |
| Octal | 11 | 32 | 250 | 137 | 125 | 0 | 42 | 352 | 132 | 43 |
| Binary | 1001 | 11010 | 10101000 | 1011111 | 1010101 | 0 | 100010 | 11101010 | 1011010 | 100011 |
Color Harmonies of #091AA8
Complementary color
Monochromatic Colors of #091AA8
Black with #091AA8
Text Example
Text Example
White with #091AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091AA8; }
p { color: rgb(9,26,168); }
H1.HeaderClassName
{
color: #091AA8;
}
.AnyTagClassName
{
color: #091AA8;
}
</style>
background-color css
<style>
a { background-color: #091AA8; }
a { background-color: rgb(9,26,168); }
div.DivClassName
{
background-color: #091AA8;
}
.BgClassName
{
background-color: #091AA8;
}
</style>
border-color css
<style>
span { border-color: #091AA8; }
span { border-color: rgb(9,26,168); }
td.TdClassName
{
border-color: #091AA8;
}
.TagClassName
{
border-color: #091AA8;
}
</style>