Html Css Color HEX #052DB0 International Klein Blue
📋 copy color: '#052DB0'red 5 ◦ green 45 ◦ blue 176
Shades of International Klein Blue #052DB0
Tints of International Klein Blue #052DB0
RGB
CMYK
RGB Variations
Color information
#052DB0 (or 0x052DB0) is known color: International Klein Blue. HEX triplet: 05, 2D and B0. RGB value is (5,45,176). Sum of RGB (Red+Green+Blue) = 5+45+176=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 176 (69.14% from 255 or 77.88% from 226); Max value from RGB is 176 - color contains mainly: blue. Hex color #052DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052DB0 is #FAD24F. Grayscale: #2F2F2F. Windows color (decimal): -16437840 or 11545861. OLE color: 11545861.
HSL color Cylindrical-coordinate representation of color #052DB0: hue angle of 225.96º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DB0 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 45 | 176 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.31 |
| HSL | 225.96º | 0.94% | 0.35% | - |
| HSV(B) | 225.96º | 0.97% | 0.69% | - |
| XYZ | 8.84 | 5.04 | 41.58 | - |
| YUV | 47.97 | 200.25 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 176 | 0.97 | 0.74 | 0 | 0.31 | 225.96 | 0.94 | 0.35 |
| Hex | 5 | 2D | B0 | 61 | 4A | 0 | 1F | E2 | 5E | 23 |
| Octal | 5 | 55 | 260 | 141 | 112 | 0 | 37 | 342 | 136 | 43 |
| Binary | 101 | 101101 | 10110000 | 1100001 | 1001010 | 0 | 11111 | 11100010 | 1011110 | 100011 |
Color Harmonies of #052DB0
Complementary color
Monochromatic Colors of #052DB0
Black with #052DB0
Text Example
Text Example
White with #052DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DB0; }
p { color: rgb(5,45,176); }
H1.HeaderClassName
{
color: #052DB0;
}
.AnyTagClassName
{
color: #052DB0;
}
</style>
background-color css
<style>
a { background-color: #052DB0; }
a { background-color: rgb(5,45,176); }
div.DivClassName
{
background-color: #052DB0;
}
.BgClassName
{
background-color: #052DB0;
}
</style>
border-color css
<style>
span { border-color: #052DB0; }
span { border-color: rgb(5,45,176); }
td.TdClassName
{
border-color: #052DB0;
}
.TagClassName
{
border-color: #052DB0;
}
</style>