Html Css Color HEX #091C9C International Klein Blue
📋 copy color: '#091C9C'red 9 ◦ green 28 ◦ blue 156
Shades of International Klein Blue #091C9C
Tints of International Klein Blue #091C9C
RGB
CMYK
RGB Variations
Color information
#091C9C (or 0x091C9C) is known color: International Klein Blue. HEX triplet: 09, 1C and 9C. RGB value is (9,28,156). Sum of RGB (Red+Green+Blue) = 9+28+156=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 156 (61.33% from 255 or 80.83% from 193); Max value from RGB is 156 - color contains mainly: blue. Hex color #091C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091C9C is #F6E363. Grayscale: #242424. Windows color (decimal): -16180068 or 10230793. OLE color: 10230793.
HSL color Cylindrical-coordinate representation of color #091C9C: hue angle of 232.24º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091C9C is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 28 | 156 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.39 |
| HSL | 232.24º | 0.89% | 0.32% | - |
| HSV(B) | 232.24º | 0.94% | 0.61% | - |
| XYZ | 6.53 | 3.29 | 31.74 | - |
| YUV | 36.91 | 195.21 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 156 | 0.94 | 0.82 | 0 | 0.39 | 232.24 | 0.89 | 0.32 |
| Hex | 9 | 1C | 9C | 5E | 52 | 0 | 27 | E8 | 59 | 20 |
| Octal | 11 | 34 | 234 | 136 | 122 | 0 | 47 | 350 | 131 | 40 |
| Binary | 1001 | 11100 | 10011100 | 1011110 | 1010010 | 0 | 100111 | 11101000 | 1011001 | 100000 |
Color Harmonies of #091C9C
Complementary color
Monochromatic Colors of #091C9C
Black with #091C9C
Text Example
Text Example
White with #091C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C9C; }
p { color: rgb(9,28,156); }
H1.HeaderClassName
{
color: #091C9C;
}
.AnyTagClassName
{
color: #091C9C;
}
</style>
background-color css
<style>
a { background-color: #091C9C; }
a { background-color: rgb(9,28,156); }
div.DivClassName
{
background-color: #091C9C;
}
.BgClassName
{
background-color: #091C9C;
}
</style>
border-color css
<style>
span { border-color: #091C9C; }
span { border-color: rgb(9,28,156); }
td.TdClassName
{
border-color: #091C9C;
}
.TagClassName
{
border-color: #091C9C;
}
</style>