Html Css Color HEX #091CA8 International Klein Blue
📋 copy color: '#091CA8'red 9 ◦ green 28 ◦ blue 168
Shades of International Klein Blue #091CA8
Tints of International Klein Blue #091CA8
RGB
CMYK
RGB Variations
Color information
#091CA8 (or 0x091CA8) is known color: International Klein Blue. HEX triplet: 09, 1C and A8. RGB value is (9,28,168). Sum of RGB (Red+Green+Blue) = 9+28+168=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 168 (66.02% from 255 or 81.95% from 205); Max value from RGB is 168 - color contains mainly: blue. Hex color #091CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CA8 is #F6E357. Grayscale: #252525. Windows color (decimal): -16180056 or 11017225. OLE color: 11017225.
HSL color Cylindrical-coordinate representation of color #091CA8: hue angle of 232.83º 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 #091CA8 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 9 | 28 | 168 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.34 |
| HSL | 232.83º | 0.9% | 0.35% | - |
| HSV(B) | 232.83º | 0.95% | 0.66% | - |
| XYZ | 7.6 | 3.72 | 37.36 | - |
| YUV | 38.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 168 | 0.95 | 0.83 | 0 | 0.34 | 232.83 | 0.9 | 0.35 |
| Hex | 9 | 1C | A8 | 5F | 53 | 0 | 22 | E9 | 5A | 23 |
| Octal | 11 | 34 | 250 | 137 | 123 | 0 | 42 | 351 | 132 | 43 |
| Binary | 1001 | 11100 | 10101000 | 1011111 | 1010011 | 0 | 100010 | 11101001 | 1011010 | 100011 |
Color Harmonies of #091CA8
Complementary color
Monochromatic Colors of #091CA8
Black with #091CA8
Text Example
Text Example
White with #091CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CA8; }
p { color: rgb(9,28,168); }
H1.HeaderClassName
{
color: #091CA8;
}
.AnyTagClassName
{
color: #091CA8;
}
</style>
background-color css
<style>
a { background-color: #091CA8; }
a { background-color: rgb(9,28,168); }
div.DivClassName
{
background-color: #091CA8;
}
.BgClassName
{
background-color: #091CA8;
}
</style>
border-color css
<style>
span { border-color: #091CA8; }
span { border-color: rgb(9,28,168); }
td.TdClassName
{
border-color: #091CA8;
}
.TagClassName
{
border-color: #091CA8;
}
</style>