Html Css Color HEX #09299C International Klein Blue
📋 copy color: '#09299C'red 9 ◦ green 41 ◦ blue 156
Shades of International Klein Blue #09299C
Tints of International Klein Blue #09299C
RGB
CMYK
RGB Variations
Color information
#09299C (or 0x09299C) is known color: International Klein Blue. HEX triplet: 09, 29 and 9C. RGB value is (9,41,156). Sum of RGB (Red+Green+Blue) = 9+41+156=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #09299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09299C is #F6D663. Grayscale: #2C2C2C. Windows color (decimal): -16176740 or 10234121. OLE color: 10234121.
HSL color Cylindrical-coordinate representation of color #09299C: hue angle of 226.94º 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 #09299C is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 41 | 156 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.39 |
| HSL | 226.94º | 0.89% | 0.32% | - |
| HSV(B) | 226.94º | 0.94% | 0.61% | - |
| XYZ | 6.91 | 4.04 | 31.87 | - |
| YUV | 44.54 | 190.9 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 156 | 0.94 | 0.74 | 0 | 0.39 | 226.94 | 0.89 | 0.32 |
| Hex | 9 | 29 | 9C | 5E | 4A | 0 | 27 | E3 | 59 | 20 |
| Octal | 11 | 51 | 234 | 136 | 112 | 0 | 47 | 343 | 131 | 40 |
| Binary | 1001 | 101001 | 10011100 | 1011110 | 1001010 | 0 | 100111 | 11100011 | 1011001 | 100000 |
Color Harmonies of #09299C
Complementary color
Monochromatic Colors of #09299C
Black with #09299C
Text Example
Text Example
White with #09299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09299C; }
p { color: rgb(9,41,156); }
H1.HeaderClassName
{
color: #09299C;
}
.AnyTagClassName
{
color: #09299C;
}
</style>
background-color css
<style>
a { background-color: #09299C; }
a { background-color: rgb(9,41,156); }
div.DivClassName
{
background-color: #09299C;
}
.BgClassName
{
background-color: #09299C;
}
</style>
border-color css
<style>
span { border-color: #09299C; }
span { border-color: rgb(9,41,156); }
td.TdClassName
{
border-color: #09299C;
}
.TagClassName
{
border-color: #09299C;
}
</style>