Html Css Color HEX #09299D International Klein Blue
📋 copy color: '#09299D'red 9 ◦ green 41 ◦ blue 157
Shades of International Klein Blue #09299D
Tints of International Klein Blue #09299D
RGB
CMYK
RGB Variations
Color information
#09299D (or 0x09299D) is known color: International Klein Blue. HEX triplet: 09, 29 and 9D. RGB value is (9,41,157). Sum of RGB (Red+Green+Blue) = 9+41+157=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #09299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09299D is #F6D662. Grayscale: #2C2C2C. Windows color (decimal): -16176739 or 10299657. OLE color: 10299657.
HSL color Cylindrical-coordinate representation of color #09299D: hue angle of 227.03º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09299D is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 41 | 157 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.38 |
| HSL | 227.03º | 0.89% | 0.33% | - |
| HSV(B) | 227.03º | 0.94% | 0.62% | - |
| XYZ | 6.99 | 4.08 | 32.32 | - |
| YUV | 44.66 | 191.4 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 157 | 0.94 | 0.74 | 0 | 0.38 | 227.03 | 0.89 | 0.33 |
| Hex | 9 | 29 | 9D | 5E | 4A | 0 | 26 | E3 | 59 | 21 |
| Octal | 11 | 51 | 235 | 136 | 112 | 0 | 46 | 343 | 131 | 41 |
| Binary | 1001 | 101001 | 10011101 | 1011110 | 1001010 | 0 | 100110 | 11100011 | 1011001 | 100001 |
Color Harmonies of #09299D
Complementary color
Monochromatic Colors of #09299D
Black with #09299D
Text Example
Text Example
White with #09299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09299D; }
p { color: rgb(9,41,157); }
H1.HeaderClassName
{
color: #09299D;
}
.AnyTagClassName
{
color: #09299D;
}
</style>
background-color css
<style>
a { background-color: #09299D; }
a { background-color: rgb(9,41,157); }
div.DivClassName
{
background-color: #09299D;
}
.BgClassName
{
background-color: #09299D;
}
</style>
border-color css
<style>
span { border-color: #09299D; }
span { border-color: rgb(9,41,157); }
td.TdClassName
{
border-color: #09299D;
}
.TagClassName
{
border-color: #09299D;
}
</style>