Html Css Color HEX #052DA1 International Klein Blue
📋 copy color: '#052DA1'red 5 ◦ green 45 ◦ blue 161
Shades of International Klein Blue #052DA1
Tints of International Klein Blue #052DA1
RGB
CMYK
RGB Variations
Color information
#052DA1 (or 0x052DA1) is known color: International Klein Blue. HEX triplet: 05, 2D and A1. RGB value is (5,45,161). Sum of RGB (Red+Green+Blue) = 5+45+161=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #052DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052DA1 is #FAD25E. Grayscale: #2D2D2D. Windows color (decimal): -16437855 or 10562821. OLE color: 10562821.
HSL color Cylindrical-coordinate representation of color #052DA1: hue angle of 224.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DA1 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 45 | 161 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.37 |
| HSL | 224.62º | 0.94% | 0.33% | - |
| HSV(B) | 224.62º | 0.97% | 0.63% | - |
| XYZ | 7.43 | 4.48 | 34.19 | - |
| YUV | 46.26 | 192.75 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 161 | 0.97 | 0.72 | 0 | 0.37 | 224.62 | 0.94 | 0.33 |
| Hex | 5 | 2D | A1 | 61 | 48 | 0 | 25 | E1 | 5E | 21 |
| Octal | 5 | 55 | 241 | 141 | 110 | 0 | 45 | 341 | 136 | 41 |
| Binary | 101 | 101101 | 10100001 | 1100001 | 1001000 | 0 | 100101 | 11100001 | 1011110 | 100001 |
Color Harmonies of #052DA1
Complementary color
Monochromatic Colors of #052DA1
Black with #052DA1
Text Example
Text Example
White with #052DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DA1; }
p { color: rgb(5,45,161); }
H1.HeaderClassName
{
color: #052DA1;
}
.AnyTagClassName
{
color: #052DA1;
}
</style>
background-color css
<style>
a { background-color: #052DA1; }
a { background-color: rgb(5,45,161); }
div.DivClassName
{
background-color: #052DA1;
}
.BgClassName
{
background-color: #052DA1;
}
</style>
border-color css
<style>
span { border-color: #052DA1; }
span { border-color: rgb(5,45,161); }
td.TdClassName
{
border-color: #052DA1;
}
.TagClassName
{
border-color: #052DA1;
}
</style>