Html Css Color HEX #0525A1 International Klein Blue
📋 copy color: '#0525A1'red 5 ◦ green 37 ◦ blue 161
Shades of International Klein Blue #0525A1
Tints of International Klein Blue #0525A1
RGB
CMYK
RGB Variations
Color information
#0525A1 (or 0x0525A1) is known color: International Klein Blue. HEX triplet: 05, 25 and A1. RGB value is (5,37,161). Sum of RGB (Red+Green+Blue) = 5+37+161=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 161 (63.28% from 255 or 79.31% from 203); Max value from RGB is 161 - color contains mainly: blue. Hex color #0525A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0525A1 is #FADA5E. Grayscale: #292929. Windows color (decimal): -16439903 or 10560773. OLE color: 10560773.
HSL color Cylindrical-coordinate representation of color #0525A1: hue angle of 227.69º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0525A1 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 37 | 161 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.37 |
| HSL | 227.69º | 0.94% | 0.33% | - |
| HSV(B) | 227.69º | 0.97% | 0.63% | - |
| XYZ | 7.16 | 3.93 | 34.1 | - |
| YUV | 41.57 | 195.4 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 161 | 0.97 | 0.77 | 0 | 0.37 | 227.69 | 0.94 | 0.33 |
| Hex | 5 | 25 | A1 | 61 | 4D | 0 | 25 | E4 | 5E | 21 |
| Octal | 5 | 45 | 241 | 141 | 115 | 0 | 45 | 344 | 136 | 41 |
| Binary | 101 | 100101 | 10100001 | 1100001 | 1001101 | 0 | 100101 | 11100100 | 1011110 | 100001 |
Color Harmonies of #0525A1
Complementary color
Monochromatic Colors of #0525A1
Black with #0525A1
Text Example
Text Example
White with #0525A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0525A1; }
p { color: rgb(5,37,161); }
H1.HeaderClassName
{
color: #0525A1;
}
.AnyTagClassName
{
color: #0525A1;
}
</style>
background-color css
<style>
a { background-color: #0525A1; }
a { background-color: rgb(5,37,161); }
div.DivClassName
{
background-color: #0525A1;
}
.BgClassName
{
background-color: #0525A1;
}
</style>
border-color css
<style>
span { border-color: #0525A1; }
span { border-color: rgb(5,37,161); }
td.TdClassName
{
border-color: #0525A1;
}
.TagClassName
{
border-color: #0525A1;
}
</style>