Html Css Color HEX #09219C International Klein Blue
📋 copy color: '#09219C'red 9 ◦ green 33 ◦ blue 156
Shades of International Klein Blue #09219C
Tints of International Klein Blue #09219C
RGB
CMYK
RGB Variations
Color information
#09219C (or 0x09219C) is known color: International Klein Blue. HEX triplet: 09, 21 and 9C. RGB value is (9,33,156). Sum of RGB (Red+Green+Blue) = 9+33+156=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #09219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09219C is #F6DE63. Grayscale: #272727. Windows color (decimal): -16178788 or 10232073. OLE color: 10232073.
HSL color Cylindrical-coordinate representation of color #09219C: hue angle of 230.2º 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 #09219C is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 33 | 156 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.39 |
| HSL | 230.2º | 0.89% | 0.32% | - |
| HSV(B) | 230.2º | 0.94% | 0.61% | - |
| XYZ | 6.66 | 3.55 | 31.79 | - |
| YUV | 39.85 | 193.55 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 156 | 0.94 | 0.79 | 0 | 0.39 | 230.2 | 0.89 | 0.32 |
| Hex | 9 | 21 | 9C | 5E | 4F | 0 | 27 | E6 | 59 | 20 |
| Octal | 11 | 41 | 234 | 136 | 117 | 0 | 47 | 346 | 131 | 40 |
| Binary | 1001 | 100001 | 10011100 | 1011110 | 1001111 | 0 | 100111 | 11100110 | 1011001 | 100000 |
Color Harmonies of #09219C
Complementary color
Monochromatic Colors of #09219C
Black with #09219C
Text Example
Text Example
White with #09219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09219C; }
p { color: rgb(9,33,156); }
H1.HeaderClassName
{
color: #09219C;
}
.AnyTagClassName
{
color: #09219C;
}
</style>
background-color css
<style>
a { background-color: #09219C; }
a { background-color: rgb(9,33,156); }
div.DivClassName
{
background-color: #09219C;
}
.BgClassName
{
background-color: #09219C;
}
</style>
border-color css
<style>
span { border-color: #09219C; }
span { border-color: rgb(9,33,156); }
td.TdClassName
{
border-color: #09219C;
}
.TagClassName
{
border-color: #09219C;
}
</style>