Html Css Color HEX #091CA6 International Klein Blue
📋 copy color: '#091CA6'red 9 ◦ green 28 ◦ blue 166
Shades of International Klein Blue #091CA6
Tints of International Klein Blue #091CA6
RGB
CMYK
RGB Variations
Color information
#091CA6 (or 0x091CA6) is known color: International Klein Blue. HEX triplet: 09, 1C and A6. RGB value is (9,28,166). Sum of RGB (Red+Green+Blue) = 9+28+166=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 166 (65.23% from 255 or 81.77% from 203); Max value from RGB is 166 - color contains mainly: blue. Hex color #091CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CA6 is #F6E359. Grayscale: #252525. Windows color (decimal): -16180058 or 10886153. OLE color: 10886153.
HSL color Cylindrical-coordinate representation of color #091CA6: hue angle of 232.74º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CA6 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 28 | 166 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.35 |
| HSL | 232.74º | 0.9% | 0.34% | - |
| HSV(B) | 232.74º | 0.95% | 0.65% | - |
| XYZ | 7.41 | 3.64 | 36.39 | - |
| YUV | 38.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 166 | 0.95 | 0.83 | 0 | 0.35 | 232.74 | 0.9 | 0.34 |
| Hex | 9 | 1C | A6 | 5F | 53 | 0 | 23 | E9 | 5A | 22 |
| Octal | 11 | 34 | 246 | 137 | 123 | 0 | 43 | 351 | 132 | 42 |
| Binary | 1001 | 11100 | 10100110 | 1011111 | 1010011 | 0 | 100011 | 11101001 | 1011010 | 100010 |
Color Harmonies of #091CA6
Complementary color
Monochromatic Colors of #091CA6
Black with #091CA6
Text Example
Text Example
White with #091CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CA6; }
p { color: rgb(9,28,166); }
H1.HeaderClassName
{
color: #091CA6;
}
.AnyTagClassName
{
color: #091CA6;
}
</style>
background-color css
<style>
a { background-color: #091CA6; }
a { background-color: rgb(9,28,166); }
div.DivClassName
{
background-color: #091CA6;
}
.BgClassName
{
background-color: #091CA6;
}
</style>
border-color css
<style>
span { border-color: #091CA6; }
span { border-color: rgb(9,28,166); }
td.TdClassName
{
border-color: #091CA6;
}
.TagClassName
{
border-color: #091CA6;
}
</style>