Html Css Color HEX #0224A6 International Klein Blue
📋 copy color: '#0224A6'red 2 ◦ green 36 ◦ blue 166
Shades of International Klein Blue #0224A6
Tints of International Klein Blue #0224A6
RGB
CMYK
RGB Variations
Color information
#0224A6 (or 0x0224A6) is known color: International Klein Blue. HEX triplet: 02, 24 and A6. RGB value is (2,36,166). Sum of RGB (Red+Green+Blue) = 2+36+166=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 166 (65.23% from 255 or 81.37% from 204); Max value from RGB is 166 - color contains mainly: blue. Hex color #0224A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0224A6 is #FDDB59. Grayscale: #282828. Windows color (decimal): -16636762 or 10888194. OLE color: 10888194.
HSL color Cylindrical-coordinate representation of color #0224A6: hue angle of 227.56º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224A6 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 36 | 166 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.35 |
| HSL | 227.56º | 0.98% | 0.33% | - |
| HSV(B) | 227.56º | 0.99% | 0.65% | - |
| XYZ | 7.54 | 4.03 | 36.46 | - |
| YUV | 40.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 166 | 0.99 | 0.78 | 0 | 0.35 | 227.56 | 0.98 | 0.33 |
| Hex | 2 | 24 | A6 | 63 | 4E | 0 | 23 | E4 | 62 | 21 |
| Octal | 2 | 44 | 246 | 143 | 116 | 0 | 43 | 344 | 142 | 41 |
| Binary | 10 | 100100 | 10100110 | 1100011 | 1001110 | 0 | 100011 | 11100100 | 1100010 | 100001 |
Color Harmonies of #0224A6
Complementary color
Monochromatic Colors of #0224A6
Black with #0224A6
Text Example
Text Example
White with #0224A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224A6; }
p { color: rgb(2,36,166); }
H1.HeaderClassName
{
color: #0224A6;
}
.AnyTagClassName
{
color: #0224A6;
}
</style>
background-color css
<style>
a { background-color: #0224A6; }
a { background-color: rgb(2,36,166); }
div.DivClassName
{
background-color: #0224A6;
}
.BgClassName
{
background-color: #0224A6;
}
</style>
border-color css
<style>
span { border-color: #0224A6; }
span { border-color: rgb(2,36,166); }
td.TdClassName
{
border-color: #0224A6;
}
.TagClassName
{
border-color: #0224A6;
}
</style>