Html Css Color HEX #0527BA International Klein Blue
📋 copy color: '#0527BA'red 5 ◦ green 39 ◦ blue 186
Shades of International Klein Blue #0527BA
Tints of International Klein Blue #0527BA
RGB
CMYK
RGB Variations
Color information
#0527BA (or 0x0527BA) is known color: International Klein Blue. HEX triplet: 05, 27 and BA. RGB value is (5,39,186). Sum of RGB (Red+Green+Blue) = 5+39+186=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #0527BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0527BA is #FAD845. Grayscale: #2C2C2C. Windows color (decimal): -16439366 or 12199685. OLE color: 12199685.
HSL color Cylindrical-coordinate representation of color #0527BA: hue angle of 228.73º 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 #0527BA is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 39 | 186 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.27 |
| HSL | 228.73º | 0.95% | 0.37% | - |
| HSV(B) | 228.73º | 0.97% | 0.73% | - |
| XYZ | 9.65 | 5.03 | 46.92 | - |
| YUV | 45.59 | 207.24 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 186 | 0.97 | 0.79 | 0 | 0.27 | 228.73 | 0.95 | 0.37 |
| Hex | 5 | 27 | BA | 61 | 4F | 0 | 1B | E5 | 5F | 25 |
| Octal | 5 | 47 | 272 | 141 | 117 | 0 | 33 | 345 | 137 | 45 |
| Binary | 101 | 100111 | 10111010 | 1100001 | 1001111 | 0 | 11011 | 11100101 | 1011111 | 100101 |
Color Harmonies of #0527BA
Complementary color
Monochromatic Colors of #0527BA
Black with #0527BA
Text Example
Text Example
White with #0527BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0527BA; }
p { color: rgb(5,39,186); }
H1.HeaderClassName
{
color: #0527BA;
}
.AnyTagClassName
{
color: #0527BA;
}
</style>
background-color css
<style>
a { background-color: #0527BA; }
a { background-color: rgb(5,39,186); }
div.DivClassName
{
background-color: #0527BA;
}
.BgClassName
{
background-color: #0527BA;
}
</style>
border-color css
<style>
span { border-color: #0527BA; }
span { border-color: rgb(5,39,186); }
td.TdClassName
{
border-color: #0527BA;
}
.TagClassName
{
border-color: #0527BA;
}
</style>