Html Css Color HEX #0527B1 International Klein Blue
📋 copy color: '#0527B1'red 5 ◦ green 39 ◦ blue 177
Shades of International Klein Blue #0527B1
Tints of International Klein Blue #0527B1
RGB
CMYK
RGB Variations
Color information
#0527B1 (or 0x0527B1) is known color: International Klein Blue. HEX triplet: 05, 27 and B1. RGB value is (5,39,177). Sum of RGB (Red+Green+Blue) = 5+39+177=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 177 (69.53% from 255 or 80.09% from 221); Max value from RGB is 177 - color contains mainly: blue. Hex color #0527B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0527B1 is #FAD84E. Grayscale: #2B2B2B. Windows color (decimal): -16439375 or 11609861. OLE color: 11609861.
HSL color Cylindrical-coordinate representation of color #0527B1: hue angle of 228.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0527B1 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 39 | 177 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.31 |
| HSL | 228.14º | 0.95% | 0.36% | - |
| HSV(B) | 228.14º | 0.97% | 0.69% | - |
| XYZ | 8.72 | 4.66 | 42.03 | - |
| YUV | 44.57 | 202.74 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 177 | 0.97 | 0.78 | 0 | 0.31 | 228.14 | 0.95 | 0.36 |
| Hex | 5 | 27 | B1 | 61 | 4E | 0 | 1F | E4 | 5F | 24 |
| Octal | 5 | 47 | 261 | 141 | 116 | 0 | 37 | 344 | 137 | 44 |
| Binary | 101 | 100111 | 10110001 | 1100001 | 1001110 | 0 | 11111 | 11100100 | 1011111 | 100100 |
Color Harmonies of #0527B1
Complementary color
Monochromatic Colors of #0527B1
Black with #0527B1
Text Example
Text Example
White with #0527B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0527B1; }
p { color: rgb(5,39,177); }
H1.HeaderClassName
{
color: #0527B1;
}
.AnyTagClassName
{
color: #0527B1;
}
</style>
background-color css
<style>
a { background-color: #0527B1; }
a { background-color: rgb(5,39,177); }
div.DivClassName
{
background-color: #0527B1;
}
.BgClassName
{
background-color: #0527B1;
}
</style>
border-color css
<style>
span { border-color: #0527B1; }
span { border-color: rgb(5,39,177); }
td.TdClassName
{
border-color: #0527B1;
}
.TagClassName
{
border-color: #0527B1;
}
</style>