Html Css Color HEX #0525AA International Klein Blue
📋 copy color: '#0525AA'red 5 ◦ green 37 ◦ blue 170
Shades of International Klein Blue #0525AA
Tints of International Klein Blue #0525AA
RGB
CMYK
RGB Variations
Color information
#0525AA (or 0x0525AA) is known color: International Klein Blue. HEX triplet: 05, 25 and AA. RGB value is (5,37,170). Sum of RGB (Red+Green+Blue) = 5+37+170=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #0525AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0525AA is #FADA55. Grayscale: #2A2A2A. Windows color (decimal): -16439894 or 11150597. OLE color: 11150597.
HSL color Cylindrical-coordinate representation of color #0525AA: hue angle of 228.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0525AA is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 37 | 170 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.33 |
| HSL | 228.36º | 0.94% | 0.34% | - |
| HSV(B) | 228.36º | 0.97% | 0.67% | - |
| XYZ | 7.98 | 4.26 | 38.43 | - |
| YUV | 42.59 | 199.9 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 170 | 0.97 | 0.78 | 0 | 0.33 | 228.36 | 0.94 | 0.34 |
| Hex | 5 | 25 | AA | 61 | 4E | 0 | 21 | E4 | 5E | 22 |
| Octal | 5 | 45 | 252 | 141 | 116 | 0 | 41 | 344 | 136 | 42 |
| Binary | 101 | 100101 | 10101010 | 1100001 | 1001110 | 0 | 100001 | 11100100 | 1011110 | 100010 |
Color Harmonies of #0525AA
Complementary color
Monochromatic Colors of #0525AA
Black with #0525AA
Text Example
Text Example
White with #0525AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0525AA; }
p { color: rgb(5,37,170); }
H1.HeaderClassName
{
color: #0525AA;
}
.AnyTagClassName
{
color: #0525AA;
}
</style>
background-color css
<style>
a { background-color: #0525AA; }
a { background-color: rgb(5,37,170); }
div.DivClassName
{
background-color: #0525AA;
}
.BgClassName
{
background-color: #0525AA;
}
</style>
border-color css
<style>
span { border-color: #0525AA; }
span { border-color: rgb(5,37,170); }
td.TdClassName
{
border-color: #0525AA;
}
.TagClassName
{
border-color: #0525AA;
}
</style>