Html Css Color HEX #09249D International Klein Blue
📋 copy color: '#09249D'red 9 ◦ green 36 ◦ blue 157
Shades of International Klein Blue #09249D
Tints of International Klein Blue #09249D
RGB
CMYK
RGB Variations
Color information
#09249D (or 0x09249D) is known color: International Klein Blue. HEX triplet: 09, 24 and 9D. RGB value is (9,36,157). Sum of RGB (Red+Green+Blue) = 9+36+157=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 157 (61.72% from 255 or 77.72% from 202); Max value from RGB is 157 - color contains mainly: blue. Hex color #09249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09249D is #F6DB62. Grayscale: #292929. Windows color (decimal): -16178019 or 10298377. OLE color: 10298377.
HSL color Cylindrical-coordinate representation of color #09249D: hue angle of 229.05º 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 #09249D is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 36 | 157 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.38 |
| HSL | 229.05º | 0.89% | 0.33% | - |
| HSV(B) | 229.05º | 0.94% | 0.62% | - |
| XYZ | 6.83 | 3.75 | 32.26 | - |
| YUV | 41.72 | 193.05 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 157 | 0.94 | 0.77 | 0 | 0.38 | 229.05 | 0.89 | 0.33 |
| Hex | 9 | 24 | 9D | 5E | 4D | 0 | 26 | E5 | 59 | 21 |
| Octal | 11 | 44 | 235 | 136 | 115 | 0 | 46 | 345 | 131 | 41 |
| Binary | 1001 | 100100 | 10011101 | 1011110 | 1001101 | 0 | 100110 | 11100101 | 1011001 | 100001 |
Color Harmonies of #09249D
Complementary color
Monochromatic Colors of #09249D
Black with #09249D
Text Example
Text Example
White with #09249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09249D; }
p { color: rgb(9,36,157); }
H1.HeaderClassName
{
color: #09249D;
}
.AnyTagClassName
{
color: #09249D;
}
</style>
background-color css
<style>
a { background-color: #09249D; }
a { background-color: rgb(9,36,157); }
div.DivClassName
{
background-color: #09249D;
}
.BgClassName
{
background-color: #09249D;
}
</style>
border-color css
<style>
span { border-color: #09249D; }
span { border-color: rgb(9,36,157); }
td.TdClassName
{
border-color: #09249D;
}
.TagClassName
{
border-color: #09249D;
}
</style>