Html Css Color HEX #0525BA International Klein Blue
📋 copy color: '#0525BA'red 5 ◦ green 37 ◦ blue 186
Shades of International Klein Blue #0525BA
Tints of International Klein Blue #0525BA
RGB
CMYK
RGB Variations
Color information
#0525BA (or 0x0525BA) is known color: International Klein Blue. HEX triplet: 05, 25 and BA. RGB value is (5,37,186). Sum of RGB (Red+Green+Blue) = 5+37+186=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #0525BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0525BA is #FADA45. Grayscale: #2B2B2B. Windows color (decimal): -16439878 or 12199173. OLE color: 12199173.
HSL color Cylindrical-coordinate representation of color #0525BA: hue angle of 229.39º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0525BA is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 37 | 186 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.27 |
| HSL | 229.39º | 0.95% | 0.37% | - |
| HSV(B) | 229.39º | 0.97% | 0.73% | - |
| XYZ | 9.59 | 4.9 | 46.89 | - |
| YUV | 44.42 | 207.9 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 186 | 0.97 | 0.80 | 0 | 0.27 | 229.39 | 0.95 | 0.37 |
| Hex | 5 | 25 | BA | 61 | 50 | 0 | 1B | E5 | 5F | 25 |
| Octal | 5 | 45 | 272 | 141 | 120 | 0 | 33 | 345 | 137 | 45 |
| Binary | 101 | 100101 | 10111010 | 1100001 | 1010000 | 0 | 11011 | 11100101 | 1011111 | 100101 |
Color Harmonies of #0525BA
Complementary color
Monochromatic Colors of #0525BA
Black with #0525BA
Text Example
Text Example
White with #0525BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0525BA; }
p { color: rgb(5,37,186); }
H1.HeaderClassName
{
color: #0525BA;
}
.AnyTagClassName
{
color: #0525BA;
}
</style>
background-color css
<style>
a { background-color: #0525BA; }
a { background-color: rgb(5,37,186); }
div.DivClassName
{
background-color: #0525BA;
}
.BgClassName
{
background-color: #0525BA;
}
</style>
border-color css
<style>
span { border-color: #0525BA; }
span { border-color: rgb(5,37,186); }
td.TdClassName
{
border-color: #0525BA;
}
.TagClassName
{
border-color: #0525BA;
}
</style>