Html Css Color HEX #0524A0 International Klein Blue
📋 copy color: '#0524A0'red 5 ◦ green 36 ◦ blue 160
Shades of International Klein Blue #0524A0
Tints of International Klein Blue #0524A0
RGB
CMYK
RGB Variations
Color information
#0524A0 (or 0x0524A0) is known color: International Klein Blue. HEX triplet: 05, 24 and A0. RGB value is (5,36,160). Sum of RGB (Red+Green+Blue) = 5+36+160=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 160 (62.89% from 255 or 79.60% from 201); Max value from RGB is 160 - color contains mainly: blue. Hex color #0524A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0524A0 is #FADB5F. Grayscale: #282828. Windows color (decimal): -16440160 or 10494981. OLE color: 10494981.
HSL color Cylindrical-coordinate representation of color #0524A0: hue angle of 228º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0524A0 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 36 | 160 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.37 |
| HSL | 228º | 0.94% | 0.32% | - |
| HSV(B) | 228º | 0.97% | 0.63% | - |
| XYZ | 7.04 | 3.83 | 33.63 | - |
| YUV | 40.87 | 195.23 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 160 | 0.97 | 0.78 | 0 | 0.37 | 228 | 0.94 | 0.32 |
| Hex | 5 | 24 | A0 | 61 | 4E | 0 | 25 | E4 | 5E | 20 |
| Octal | 5 | 44 | 240 | 141 | 116 | 0 | 45 | 344 | 136 | 40 |
| Binary | 101 | 100100 | 10100000 | 1100001 | 1001110 | 0 | 100101 | 11100100 | 1011110 | 100000 |
Color Harmonies of #0524A0
Complementary color
Monochromatic Colors of #0524A0
Black with #0524A0
Text Example
Text Example
White with #0524A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0524A0; }
p { color: rgb(5,36,160); }
H1.HeaderClassName
{
color: #0524A0;
}
.AnyTagClassName
{
color: #0524A0;
}
</style>
background-color css
<style>
a { background-color: #0524A0; }
a { background-color: rgb(5,36,160); }
div.DivClassName
{
background-color: #0524A0;
}
.BgClassName
{
background-color: #0524A0;
}
</style>
border-color css
<style>
span { border-color: #0524A0; }
span { border-color: rgb(5,36,160); }
td.TdClassName
{
border-color: #0524A0;
}
.TagClassName
{
border-color: #0524A0;
}
</style>