Html Css Color HEX #052CA2 International Klein Blue
📋 copy color: '#052CA2'red 5 ◦ green 44 ◦ blue 162
Shades of International Klein Blue #052CA2
Tints of International Klein Blue #052CA2
RGB
CMYK
RGB Variations
Color information
#052CA2 (or 0x052CA2) is known color: International Klein Blue. HEX triplet: 05, 2C and A2. RGB value is (5,44,162). Sum of RGB (Red+Green+Blue) = 5+44+162=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 162 (63.67% from 255 or 76.78% from 211); Max value from RGB is 162 - color contains mainly: blue. Hex color #052CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052CA2 is #FAD35D. Grayscale: #2D2D2D. Windows color (decimal): -16438110 or 10628101. OLE color: 10628101.
HSL color Cylindrical-coordinate representation of color #052CA2: hue angle of 225.1º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052CA2 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 44 | 162 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.36 |
| HSL | 225.1º | 0.94% | 0.33% | - |
| HSV(B) | 225.1º | 0.97% | 0.64% | - |
| XYZ | 7.48 | 4.44 | 34.65 | - |
| YUV | 45.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 162 | 0.97 | 0.73 | 0 | 0.36 | 225.1 | 0.94 | 0.33 |
| Hex | 5 | 2C | A2 | 61 | 49 | 0 | 24 | E1 | 5E | 21 |
| Octal | 5 | 54 | 242 | 141 | 111 | 0 | 44 | 341 | 136 | 41 |
| Binary | 101 | 101100 | 10100010 | 1100001 | 1001001 | 0 | 100100 | 11100001 | 1011110 | 100001 |
Color Harmonies of #052CA2
Complementary color
Monochromatic Colors of #052CA2
Black with #052CA2
Text Example
Text Example
White with #052CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052CA2; }
p { color: rgb(5,44,162); }
H1.HeaderClassName
{
color: #052CA2;
}
.AnyTagClassName
{
color: #052CA2;
}
</style>
background-color css
<style>
a { background-color: #052CA2; }
a { background-color: rgb(5,44,162); }
div.DivClassName
{
background-color: #052CA2;
}
.BgClassName
{
background-color: #052CA2;
}
</style>
border-color css
<style>
span { border-color: #052CA2; }
span { border-color: rgb(5,44,162); }
td.TdClassName
{
border-color: #052CA2;
}
.TagClassName
{
border-color: #052CA2;
}
</style>