Html Css Color HEX #09269C International Klein Blue
📋 copy color: '#09269C'red 9 ◦ green 38 ◦ blue 156
Shades of International Klein Blue #09269C
Tints of International Klein Blue #09269C
RGB
CMYK
RGB Variations
Color information
#09269C (or 0x09269C) is known color: International Klein Blue. HEX triplet: 09, 26 and 9C. RGB value is (9,38,156). Sum of RGB (Red+Green+Blue) = 9+38+156=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #09269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09269C is #F6D963. Grayscale: #2A2A2A. Windows color (decimal): -16177508 or 10233353. OLE color: 10233353.
HSL color Cylindrical-coordinate representation of color #09269C: hue angle of 228.16º 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 #09269C is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 38 | 156 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.39 |
| HSL | 228.16º | 0.89% | 0.32% | - |
| HSV(B) | 228.16º | 0.94% | 0.61% | - |
| XYZ | 6.81 | 3.84 | 31.84 | - |
| YUV | 42.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 156 | 0.94 | 0.76 | 0 | 0.39 | 228.16 | 0.89 | 0.32 |
| Hex | 9 | 26 | 9C | 5E | 4C | 0 | 27 | E4 | 59 | 20 |
| Octal | 11 | 46 | 234 | 136 | 114 | 0 | 47 | 344 | 131 | 40 |
| Binary | 1001 | 100110 | 10011100 | 1011110 | 1001100 | 0 | 100111 | 11100100 | 1011001 | 100000 |
Color Harmonies of #09269C
Complementary color
Monochromatic Colors of #09269C
Black with #09269C
Text Example
Text Example
White with #09269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09269C; }
p { color: rgb(9,38,156); }
H1.HeaderClassName
{
color: #09269C;
}
.AnyTagClassName
{
color: #09269C;
}
</style>
background-color css
<style>
a { background-color: #09269C; }
a { background-color: rgb(9,38,156); }
div.DivClassName
{
background-color: #09269C;
}
.BgClassName
{
background-color: #09269C;
}
</style>
border-color css
<style>
span { border-color: #09269C; }
span { border-color: rgb(9,38,156); }
td.TdClassName
{
border-color: #09269C;
}
.TagClassName
{
border-color: #09269C;
}
</style>