Html Css Color HEX #0527C2 International Klein Blue
📋 copy color: '#0527C2'red 5 ◦ green 39 ◦ blue 194
Shades of International Klein Blue #0527C2
Tints of International Klein Blue #0527C2
RGB
CMYK
RGB Variations
Color information
#0527C2 (or 0x0527C2) is known color: International Klein Blue. HEX triplet: 05, 27 and C2. RGB value is (5,39,194). Sum of RGB (Red+Green+Blue) = 5+39+194=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 194 (76.17% from 255 or 81.51% from 238); Max value from RGB is 194 - color contains mainly: blue. Hex color #0527C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0527C2 is #FAD83D. Grayscale: #2D2D2D. Windows color (decimal): -16439358 or 12723973. OLE color: 12723973.
HSL color Cylindrical-coordinate representation of color #0527C2: hue angle of 229.21º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0527C2 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 39 | 194 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.24 |
| HSL | 229.21º | 0.95% | 0.39% | - |
| HSV(B) | 229.21º | 0.97% | 0.76% | - |
| XYZ | 10.53 | 5.38 | 51.52 | - |
| YUV | 46.5 | 211.24 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 194 | 0.97 | 0.80 | 0 | 0.24 | 229.21 | 0.95 | 0.39 |
| Hex | 5 | 27 | C2 | 61 | 50 | 0 | 18 | E5 | 5F | 27 |
| Octal | 5 | 47 | 302 | 141 | 120 | 0 | 30 | 345 | 137 | 47 |
| Binary | 101 | 100111 | 11000010 | 1100001 | 1010000 | 0 | 11000 | 11100101 | 1011111 | 100111 |
Color Harmonies of #0527C2
Complementary color
Monochromatic Colors of #0527C2
Black with #0527C2
Text Example
Text Example
White with #0527C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0527C2; }
p { color: rgb(5,39,194); }
H1.HeaderClassName
{
color: #0527C2;
}
.AnyTagClassName
{
color: #0527C2;
}
</style>
background-color css
<style>
a { background-color: #0527C2; }
a { background-color: rgb(5,39,194); }
div.DivClassName
{
background-color: #0527C2;
}
.BgClassName
{
background-color: #0527C2;
}
</style>
border-color css
<style>
span { border-color: #0527C2; }
span { border-color: rgb(5,39,194); }
td.TdClassName
{
border-color: #0527C2;
}
.TagClassName
{
border-color: #0527C2;
}
</style>