Html Css Color HEX #09209D International Klein Blue
📋 copy color: '#09209D'red 9 ◦ green 32 ◦ blue 157
Shades of International Klein Blue #09209D
Tints of International Klein Blue #09209D
RGB
CMYK
RGB Variations
Color information
#09209D (or 0x09209D) is known color: International Klein Blue. HEX triplet: 09, 20 and 9D. RGB value is (9,32,157). Sum of RGB (Red+Green+Blue) = 9+32+157=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #09209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09209D is #F6DF62. Grayscale: #262626. Windows color (decimal): -16179043 or 10297353. OLE color: 10297353.
HSL color Cylindrical-coordinate representation of color #09209D: hue angle of 230.68º 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 #09209D is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 32 | 157 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.38 |
| HSL | 230.68º | 0.89% | 0.33% | - |
| HSV(B) | 230.68º | 0.94% | 0.62% | - |
| XYZ | 6.71 | 3.53 | 32.22 | - |
| YUV | 39.37 | 194.38 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 157 | 0.94 | 0.80 | 0 | 0.38 | 230.68 | 0.89 | 0.33 |
| Hex | 9 | 20 | 9D | 5E | 50 | 0 | 26 | E7 | 59 | 21 |
| Octal | 11 | 40 | 235 | 136 | 120 | 0 | 46 | 347 | 131 | 41 |
| Binary | 1001 | 100000 | 10011101 | 1011110 | 1010000 | 0 | 100110 | 11100111 | 1011001 | 100001 |
Color Harmonies of #09209D
Complementary color
Monochromatic Colors of #09209D
Black with #09209D
Text Example
Text Example
White with #09209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09209D; }
p { color: rgb(9,32,157); }
H1.HeaderClassName
{
color: #09209D;
}
.AnyTagClassName
{
color: #09209D;
}
</style>
background-color css
<style>
a { background-color: #09209D; }
a { background-color: rgb(9,32,157); }
div.DivClassName
{
background-color: #09209D;
}
.BgClassName
{
background-color: #09209D;
}
</style>
border-color css
<style>
span { border-color: #09209D; }
span { border-color: rgb(9,32,157); }
td.TdClassName
{
border-color: #09209D;
}
.TagClassName
{
border-color: #09209D;
}
</style>