Html Css Color HEX #02289C International Klein Blue
📋 copy color: '#02289C'red 2 ◦ green 40 ◦ blue 156
Shades of International Klein Blue #02289C
Tints of International Klein Blue #02289C
RGB
CMYK
RGB Variations
Color information
#02289C (or 0x02289C) is known color: International Klein Blue. HEX triplet: 02, 28 and 9C. RGB value is (2,40,156). Sum of RGB (Red+Green+Blue) = 2+40+156=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #02289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02289C is #FDD763. Grayscale: #292929. Windows color (decimal): -16635748 or 10233858. OLE color: 10233858.
HSL color Cylindrical-coordinate representation of color #02289C: hue angle of 225.19º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02289C is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 40 | 156 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.39 |
| HSL | 225.19º | 0.97% | 0.31% | - |
| HSV(B) | 225.19º | 0.99% | 0.61% | - |
| XYZ | 6.78 | 3.93 | 31.85 | - |
| YUV | 41.86 | 192.41 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 156 | 0.99 | 0.74 | 0 | 0.39 | 225.19 | 0.97 | 0.31 |
| Hex | 2 | 28 | 9C | 63 | 4A | 0 | 27 | E1 | 61 | 1F |
| Octal | 2 | 50 | 234 | 143 | 112 | 0 | 47 | 341 | 141 | 37 |
| Binary | 10 | 101000 | 10011100 | 1100011 | 1001010 | 0 | 100111 | 11100001 | 1100001 | 11111 |
Color Harmonies of #02289C
Complementary color
Monochromatic Colors of #02289C
Black with #02289C
Text Example
Text Example
White with #02289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02289C; }
p { color: rgb(2,40,156); }
H1.HeaderClassName
{
color: #02289C;
}
.AnyTagClassName
{
color: #02289C;
}
</style>
background-color css
<style>
a { background-color: #02289C; }
a { background-color: rgb(2,40,156); }
div.DivClassName
{
background-color: #02289C;
}
.BgClassName
{
background-color: #02289C;
}
</style>
border-color css
<style>
span { border-color: #02289C; }
span { border-color: rgb(2,40,156); }
td.TdClassName
{
border-color: #02289C;
}
.TagClassName
{
border-color: #02289C;
}
</style>