Html Css Color HEX #052D9E International Klein Blue
📋 copy color: '#052D9E'red 5 ◦ green 45 ◦ blue 158
Shades of International Klein Blue #052D9E
Tints of International Klein Blue #052D9E
RGB
CMYK
RGB Variations
Color information
#052D9E (or 0x052D9E) is known color: International Klein Blue. HEX triplet: 05, 2D and 9E. RGB value is (5,45,158). Sum of RGB (Red+Green+Blue) = 5+45+158=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #052D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D9E is #FAD261. Grayscale: #2D2D2D. Windows color (decimal): -16437858 or 10366213. OLE color: 10366213.
HSL color Cylindrical-coordinate representation of color #052D9E: hue angle of 224.31º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052D9E is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 45 | 158 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.38 |
| HSL | 224.31º | 0.94% | 0.32% | - |
| HSV(B) | 224.31º | 0.97% | 0.62% | - |
| XYZ | 7.17 | 4.38 | 32.81 | - |
| YUV | 45.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 158 | 0.97 | 0.72 | 0 | 0.38 | 224.31 | 0.94 | 0.32 |
| Hex | 5 | 2D | 9E | 61 | 48 | 0 | 26 | E0 | 5E | 20 |
| Octal | 5 | 55 | 236 | 141 | 110 | 0 | 46 | 340 | 136 | 40 |
| Binary | 101 | 101101 | 10011110 | 1100001 | 1001000 | 0 | 100110 | 11100000 | 1011110 | 100000 |
Color Harmonies of #052D9E
Complementary color
Monochromatic Colors of #052D9E
Black with #052D9E
Text Example
Text Example
White with #052D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D9E; }
p { color: rgb(5,45,158); }
H1.HeaderClassName
{
color: #052D9E;
}
.AnyTagClassName
{
color: #052D9E;
}
</style>
background-color css
<style>
a { background-color: #052D9E; }
a { background-color: rgb(5,45,158); }
div.DivClassName
{
background-color: #052D9E;
}
.BgClassName
{
background-color: #052D9E;
}
</style>
border-color css
<style>
span { border-color: #052D9E; }
span { border-color: rgb(5,45,158); }
td.TdClassName
{
border-color: #052D9E;
}
.TagClassName
{
border-color: #052D9E;
}
</style>