Html Css Color HEX #052DB2 International Klein Blue
📋 copy color: '#052DB2'red 5 ◦ green 45 ◦ blue 178
Shades of International Klein Blue #052DB2
Tints of International Klein Blue #052DB2
RGB
CMYK
RGB Variations
Color information
#052DB2 (or 0x052DB2) is known color: International Klein Blue. HEX triplet: 05, 2D and B2. RGB value is (5,45,178). Sum of RGB (Red+Green+Blue) = 5+45+178=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 178 (69.92% from 255 or 78.07% from 228); Max value from RGB is 178 - color contains mainly: blue. Hex color #052DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052DB2 is #FAD24D. Grayscale: #2F2F2F. Windows color (decimal): -16437838 or 11676933. OLE color: 11676933.
HSL color Cylindrical-coordinate representation of color #052DB2: hue angle of 226.13º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DB2 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 45 | 178 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.30 |
| HSL | 226.13º | 0.95% | 0.36% | - |
| HSV(B) | 226.13º | 0.97% | 0.7% | - |
| XYZ | 9.04 | 5.12 | 42.63 | - |
| YUV | 48.2 | 201.25 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 178 | 0.97 | 0.75 | 0 | 0.30 | 226.13 | 0.95 | 0.36 |
| Hex | 5 | 2D | B2 | 61 | 4B | 0 | 1E | E2 | 5F | 24 |
| Octal | 5 | 55 | 262 | 141 | 113 | 0 | 36 | 342 | 137 | 44 |
| Binary | 101 | 101101 | 10110010 | 1100001 | 1001011 | 0 | 11110 | 11100010 | 1011111 | 100100 |
Color Harmonies of #052DB2
Complementary color
Monochromatic Colors of #052DB2
Black with #052DB2
Text Example
Text Example
White with #052DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DB2; }
p { color: rgb(5,45,178); }
H1.HeaderClassName
{
color: #052DB2;
}
.AnyTagClassName
{
color: #052DB2;
}
</style>
background-color css
<style>
a { background-color: #052DB2; }
a { background-color: rgb(5,45,178); }
div.DivClassName
{
background-color: #052DB2;
}
.BgClassName
{
background-color: #052DB2;
}
</style>
border-color css
<style>
span { border-color: #052DB2; }
span { border-color: rgb(5,45,178); }
td.TdClassName
{
border-color: #052DB2;
}
.TagClassName
{
border-color: #052DB2;
}
</style>