Html Css Color HEX #09249B International Klein Blue
📋 copy color: '#09249B'red 9 ◦ green 36 ◦ blue 155
Shades of International Klein Blue #09249B
Tints of International Klein Blue #09249B
RGB
CMYK
RGB Variations
Color information
#09249B (or 0x09249B) is known color: International Klein Blue. HEX triplet: 09, 24 and 9B. RGB value is (9,36,155). Sum of RGB (Red+Green+Blue) = 9+36+155=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #09249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09249B is #F6DB64. Grayscale: #282828. Windows color (decimal): -16178021 or 10167305. OLE color: 10167305.
HSL color Cylindrical-coordinate representation of color #09249B: hue angle of 228.9º 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 #09249B is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 36 | 155 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.39 |
| HSL | 228.9º | 0.89% | 0.32% | - |
| HSV(B) | 228.9º | 0.94% | 0.61% | - |
| XYZ | 6.66 | 3.69 | 31.37 | - |
| YUV | 41.49 | 192.05 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 155 | 0.94 | 0.77 | 0 | 0.39 | 228.9 | 0.89 | 0.32 |
| Hex | 9 | 24 | 9B | 5E | 4D | 0 | 27 | E5 | 59 | 20 |
| Octal | 11 | 44 | 233 | 136 | 115 | 0 | 47 | 345 | 131 | 40 |
| Binary | 1001 | 100100 | 10011011 | 1011110 | 1001101 | 0 | 100111 | 11100101 | 1011001 | 100000 |
Color Harmonies of #09249B
Complementary color
Monochromatic Colors of #09249B
Black with #09249B
Text Example
Text Example
White with #09249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09249B; }
p { color: rgb(9,36,155); }
H1.HeaderClassName
{
color: #09249B;
}
.AnyTagClassName
{
color: #09249B;
}
</style>
background-color css
<style>
a { background-color: #09249B; }
a { background-color: rgb(9,36,155); }
div.DivClassName
{
background-color: #09249B;
}
.BgClassName
{
background-color: #09249B;
}
</style>
border-color css
<style>
span { border-color: #09249B; }
span { border-color: rgb(9,36,155); }
td.TdClassName
{
border-color: #09249B;
}
.TagClassName
{
border-color: #09249B;
}
</style>