Html Css Color HEX #0525C2 International Klein Blue
📋 copy color: '#0525C2'red 5 ◦ green 37 ◦ blue 194
Shades of International Klein Blue #0525C2
Tints of International Klein Blue #0525C2
RGB
CMYK
RGB Variations
Color information
#0525C2 (or 0x0525C2) is known color: International Klein Blue. HEX triplet: 05, 25 and C2. RGB value is (5,37,194). Sum of RGB (Red+Green+Blue) = 5+37+194=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 194 (76.17% from 255 or 82.20% from 236); Max value from RGB is 194 - color contains mainly: blue. Hex color #0525C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0525C2 is #FADA3D. Grayscale: #2C2C2C. Windows color (decimal): -16439870 or 12723461. OLE color: 12723461.
HSL color Cylindrical-coordinate representation of color #0525C2: hue angle of 229.84º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0525C2 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 37 | 194 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.24 |
| HSL | 229.84º | 0.95% | 0.39% | - |
| HSV(B) | 229.84º | 0.97% | 0.76% | - |
| XYZ | 10.46 | 5.25 | 51.5 | - |
| YUV | 45.33 | 211.9 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 194 | 0.97 | 0.81 | 0 | 0.24 | 229.84 | 0.95 | 0.39 |
| Hex | 5 | 25 | C2 | 61 | 51 | 0 | 18 | E6 | 5F | 27 |
| Octal | 5 | 45 | 302 | 141 | 121 | 0 | 30 | 346 | 137 | 47 |
| Binary | 101 | 100101 | 11000010 | 1100001 | 1010001 | 0 | 11000 | 11100110 | 1011111 | 100111 |
Color Harmonies of #0525C2
Complementary color
Monochromatic Colors of #0525C2
Black with #0525C2
Text Example
Text Example
White with #0525C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0525C2; }
p { color: rgb(5,37,194); }
H1.HeaderClassName
{
color: #0525C2;
}
.AnyTagClassName
{
color: #0525C2;
}
</style>
background-color css
<style>
a { background-color: #0525C2; }
a { background-color: rgb(5,37,194); }
div.DivClassName
{
background-color: #0525C2;
}
.BgClassName
{
background-color: #0525C2;
}
</style>
border-color css
<style>
span { border-color: #0525C2; }
span { border-color: rgb(5,37,194); }
td.TdClassName
{
border-color: #0525C2;
}
.TagClassName
{
border-color: #0525C2;
}
</style>