Html Css Color HEX #0524C0 International Klein Blue
📋 copy color: '#0524C0'red 5 ◦ green 36 ◦ blue 192
Shades of International Klein Blue #0524C0
Tints of International Klein Blue #0524C0
RGB
CMYK
RGB Variations
Color information
#0524C0 (or 0x0524C0) is known color: International Klein Blue. HEX triplet: 05, 24 and C0. RGB value is (5,36,192). Sum of RGB (Red+Green+Blue) = 5+36+192=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 192 (75.39% from 255 or 82.40% from 233); Max value from RGB is 192 - color contains mainly: blue. Hex color #0524C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524C0 is #FADB3F. Grayscale: #2B2B2B. Windows color (decimal): -16440128 or 12592133. OLE color: 12592133.
HSL color Cylindrical-coordinate representation of color #0524C0: hue angle of 230.05º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0524C0 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 36 | 192 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.25 |
| HSL | 230.05º | 0.95% | 0.39% | - |
| HSV(B) | 230.05º | 0.97% | 0.75% | - |
| XYZ | 10.21 | 5.1 | 50.32 | - |
| YUV | 44.52 | 211.23 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 192 | 0.97 | 0.81 | 0 | 0.25 | 230.05 | 0.95 | 0.39 |
| Hex | 5 | 24 | C0 | 61 | 51 | 0 | 19 | E6 | 5F | 27 |
| Octal | 5 | 44 | 300 | 141 | 121 | 0 | 31 | 346 | 137 | 47 |
| Binary | 101 | 100100 | 11000000 | 1100001 | 1010001 | 0 | 11001 | 11100110 | 1011111 | 100111 |
Color Harmonies of #0524C0
Complementary color
Monochromatic Colors of #0524C0
Black with #0524C0
Text Example
Text Example
White with #0524C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0524C0; }
p { color: rgb(5,36,192); }
H1.HeaderClassName
{
color: #0524C0;
}
.AnyTagClassName
{
color: #0524C0;
}
</style>
background-color css
<style>
a { background-color: #0524C0; }
a { background-color: rgb(5,36,192); }
div.DivClassName
{
background-color: #0524C0;
}
.BgClassName
{
background-color: #0524C0;
}
</style>
border-color css
<style>
span { border-color: #0524C0; }
span { border-color: rgb(5,36,192); }
td.TdClassName
{
border-color: #0524C0;
}
.TagClassName
{
border-color: #0524C0;
}
</style>