Html Css Color HEX #09269D International Klein Blue
📋 copy color: '#09269D'red 9 ◦ green 38 ◦ blue 157
Shades of International Klein Blue #09269D
Tints of International Klein Blue #09269D
RGB
CMYK
RGB Variations
Color information
#09269D (or 0x09269D) is known color: International Klein Blue. HEX triplet: 09, 26 and 9D. RGB value is (9,38,157). Sum of RGB (Red+Green+Blue) = 9+38+157=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #09269D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09269D is #F6D962. Grayscale: #2A2A2A. Windows color (decimal): -16177507 or 10298889. OLE color: 10298889.
HSL color Cylindrical-coordinate representation of color #09269D: hue angle of 228.24º 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 #09269D is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 38 | 157 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.38 |
| HSL | 228.24º | 0.89% | 0.33% | - |
| HSV(B) | 228.24º | 0.94% | 0.62% | - |
| XYZ | 6.89 | 3.88 | 32.28 | - |
| YUV | 42.9 | 192.39 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 157 | 0.94 | 0.76 | 0 | 0.38 | 228.24 | 0.89 | 0.33 |
| Hex | 9 | 26 | 9D | 5E | 4C | 0 | 26 | E4 | 59 | 21 |
| Octal | 11 | 46 | 235 | 136 | 114 | 0 | 46 | 344 | 131 | 41 |
| Binary | 1001 | 100110 | 10011101 | 1011110 | 1001100 | 0 | 100110 | 11100100 | 1011001 | 100001 |
Color Harmonies of #09269D
Complementary color
Monochromatic Colors of #09269D
Black with #09269D
Text Example
Text Example
White with #09269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09269D; }
p { color: rgb(9,38,157); }
H1.HeaderClassName
{
color: #09269D;
}
.AnyTagClassName
{
color: #09269D;
}
</style>
background-color css
<style>
a { background-color: #09269D; }
a { background-color: rgb(9,38,157); }
div.DivClassName
{
background-color: #09269D;
}
.BgClassName
{
background-color: #09269D;
}
</style>
border-color css
<style>
span { border-color: #09269D; }
span { border-color: rgb(9,38,157); }
td.TdClassName
{
border-color: #09269D;
}
.TagClassName
{
border-color: #09269D;
}
</style>