Html Css Color HEX #052DB6 International Klein Blue
📋 copy color: '#052DB6'red 5 ◦ green 45 ◦ blue 182
Shades of International Klein Blue #052DB6
Tints of International Klein Blue #052DB6
RGB
CMYK
RGB Variations
Color information
#052DB6 (or 0x052DB6) is known color: International Klein Blue. HEX triplet: 05, 2D and B6. RGB value is (5,45,182). Sum of RGB (Red+Green+Blue) = 5+45+182=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 182 (71.48% from 255 or 78.45% from 232); Max value from RGB is 182 - color contains mainly: blue. Hex color #052DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DB6 is #FAD249. Grayscale: #303030. Windows color (decimal): -16437834 or 11939077. OLE color: 11939077.
HSL color Cylindrical-coordinate representation of color #052DB6: hue angle of 226.44º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DB6 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 45 | 182 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.29 |
| HSL | 226.44º | 0.95% | 0.37% | - |
| HSV(B) | 226.44º | 0.97% | 0.71% | - |
| XYZ | 9.44 | 5.29 | 44.78 | - |
| YUV | 48.66 | 203.25 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 182 | 0.97 | 0.75 | 0 | 0.29 | 226.44 | 0.95 | 0.37 |
| Hex | 5 | 2D | B6 | 61 | 4B | 0 | 1D | E2 | 5F | 25 |
| Octal | 5 | 55 | 266 | 141 | 113 | 0 | 35 | 342 | 137 | 45 |
| Binary | 101 | 101101 | 10110110 | 1100001 | 1001011 | 0 | 11101 | 11100010 | 1011111 | 100101 |
Color Harmonies of #052DB6
Complementary color
Monochromatic Colors of #052DB6
Black with #052DB6
Text Example
Text Example
White with #052DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DB6; }
p { color: rgb(5,45,182); }
H1.HeaderClassName
{
color: #052DB6;
}
.AnyTagClassName
{
color: #052DB6;
}
</style>
background-color css
<style>
a { background-color: #052DB6; }
a { background-color: rgb(5,45,182); }
div.DivClassName
{
background-color: #052DB6;
}
.BgClassName
{
background-color: #052DB6;
}
</style>
border-color css
<style>
span { border-color: #052DB6; }
span { border-color: rgb(5,45,182); }
td.TdClassName
{
border-color: #052DB6;
}
.TagClassName
{
border-color: #052DB6;
}
</style>