Html Css Color HEX #0525AB International Klein Blue
📋 copy color: '#0525AB'red 5 ◦ green 37 ◦ blue 171
Shades of International Klein Blue #0525AB
Tints of International Klein Blue #0525AB
RGB
CMYK
RGB Variations
Color information
#0525AB (or 0x0525AB) is known color: International Klein Blue. HEX triplet: 05, 25 and AB. RGB value is (5,37,171). Sum of RGB (Red+Green+Blue) = 5+37+171=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #0525AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0525AB is #FADA54. Grayscale: #2A2A2A. Windows color (decimal): -16439893 or 11216133. OLE color: 11216133.
HSL color Cylindrical-coordinate representation of color #0525AB: hue angle of 228.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0525AB is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 37 | 171 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.33 |
| HSL | 228.43º | 0.94% | 0.35% | - |
| HSV(B) | 228.43º | 0.97% | 0.67% | - |
| XYZ | 8.07 | 4.3 | 38.93 | - |
| YUV | 42.71 | 200.4 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 171 | 0.97 | 0.78 | 0 | 0.33 | 228.43 | 0.94 | 0.35 |
| Hex | 5 | 25 | AB | 61 | 4E | 0 | 21 | E4 | 5E | 23 |
| Octal | 5 | 45 | 253 | 141 | 116 | 0 | 41 | 344 | 136 | 43 |
| Binary | 101 | 100101 | 10101011 | 1100001 | 1001110 | 0 | 100001 | 11100100 | 1011110 | 100011 |
Color Harmonies of #0525AB
Complementary color
Monochromatic Colors of #0525AB
Black with #0525AB
Text Example
Text Example
White with #0525AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0525AB; }
p { color: rgb(5,37,171); }
H1.HeaderClassName
{
color: #0525AB;
}
.AnyTagClassName
{
color: #0525AB;
}
</style>
background-color css
<style>
a { background-color: #0525AB; }
a { background-color: rgb(5,37,171); }
div.DivClassName
{
background-color: #0525AB;
}
.BgClassName
{
background-color: #0525AB;
}
</style>
border-color css
<style>
span { border-color: #0525AB; }
span { border-color: rgb(5,37,171); }
td.TdClassName
{
border-color: #0525AB;
}
.TagClassName
{
border-color: #0525AB;
}
</style>