Html Css Color HEX #00209C International Klein Blue
📋 copy color: '#00209C'red 0 ◦ green 32 ◦ blue 156
Shades of International Klein Blue #00209C
Tints of International Klein Blue #00209C
RGB
CMYK
RGB Variations
Color information
#00209C (or 0x00209C) is known color: International Klein Blue. HEX triplet: 00, 20 and 9C. RGB value is (0,32,156). Sum of RGB (Red+Green+Blue) = 0+32+156=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #00209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00209C is #FFDF63. Grayscale: #242424. Windows color (decimal): -16768868 or 10231808. OLE color: 10231808.
HSL color Cylindrical-coordinate representation of color #00209C: hue angle of 227.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00209C is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 32 | 156 | - |
| CMYK | 1 | 0.79 | 0 | 0.39 |
| HSL | 227.69º | 1% | 0.31% | - |
| HSV(B) | 227.69º | 1% | 0.61% | - |
| XYZ | 6.52 | 3.43 | 31.77 | - |
| YUV | 36.57 | 195.4 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 156 | 1 | 0.79 | 0 | 0.39 | 227.69 | 1 | 0.31 |
| Hex | 0 | 20 | 9C | 64 | 4F | 0 | 27 | E4 | 64 | 1F |
| Octal | 0 | 40 | 234 | 144 | 117 | 0 | 47 | 344 | 144 | 37 |
| Binary | 0 | 100000 | 10011100 | 1100100 | 1001111 | 0 | 100111 | 11100100 | 1100100 | 11111 |
Color Harmonies of #00209C
Complementary color
Monochromatic Colors of #00209C
Black with #00209C
Text Example
Text Example
White with #00209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00209C; }
p { color: rgb(0,32,156); }
H1.HeaderClassName
{
color: #00209C;
}
.AnyTagClassName
{
color: #00209C;
}
</style>
background-color css
<style>
a { background-color: #00209C; }
a { background-color: rgb(0,32,156); }
div.DivClassName
{
background-color: #00209C;
}
.BgClassName
{
background-color: #00209C;
}
</style>
border-color css
<style>
span { border-color: #00209C; }
span { border-color: rgb(0,32,156); }
td.TdClassName
{
border-color: #00209C;
}
.TagClassName
{
border-color: #00209C;
}
</style>