Html Css Color HEX #09259C International Klein Blue
📋 copy color: '#09259C'red 9 ◦ green 37 ◦ blue 156
Shades of International Klein Blue #09259C
Tints of International Klein Blue #09259C
RGB
CMYK
RGB Variations
Color information
#09259C (or 0x09259C) is known color: International Klein Blue. HEX triplet: 09, 25 and 9C. RGB value is (9,37,156). Sum of RGB (Red+Green+Blue) = 9+37+156=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #09259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09259C is #F6DA63. Grayscale: #292929. Windows color (decimal): -16177764 or 10233097. OLE color: 10233097.
HSL color Cylindrical-coordinate representation of color #09259C: hue angle of 228.57º 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 #09259C is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 37 | 156 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.39 |
| HSL | 228.57º | 0.89% | 0.32% | - |
| HSV(B) | 228.57º | 0.94% | 0.61% | - |
| XYZ | 6.77 | 3.78 | 31.83 | - |
| YUV | 42.19 | 192.22 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 156 | 0.94 | 0.76 | 0 | 0.39 | 228.57 | 0.89 | 0.32 |
| Hex | 9 | 25 | 9C | 5E | 4C | 0 | 27 | E5 | 59 | 20 |
| Octal | 11 | 45 | 234 | 136 | 114 | 0 | 47 | 345 | 131 | 40 |
| Binary | 1001 | 100101 | 10011100 | 1011110 | 1001100 | 0 | 100111 | 11100101 | 1011001 | 100000 |
Color Harmonies of #09259C
Complementary color
Monochromatic Colors of #09259C
Black with #09259C
Text Example
Text Example
White with #09259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09259C; }
p { color: rgb(9,37,156); }
H1.HeaderClassName
{
color: #09259C;
}
.AnyTagClassName
{
color: #09259C;
}
</style>
background-color css
<style>
a { background-color: #09259C; }
a { background-color: rgb(9,37,156); }
div.DivClassName
{
background-color: #09259C;
}
.BgClassName
{
background-color: #09259C;
}
</style>
border-color css
<style>
span { border-color: #09259C; }
span { border-color: rgb(9,37,156); }
td.TdClassName
{
border-color: #09259C;
}
.TagClassName
{
border-color: #09259C;
}
</style>