Html Css Color HEX #052AAC International Klein Blue
📋 copy color: '#052AAC'red 5 ◦ green 42 ◦ blue 172
Shades of International Klein Blue #052AAC
Tints of International Klein Blue #052AAC
RGB
CMYK
RGB Variations
Color information
#052AAC (or 0x052AAC) is known color: International Klein Blue. HEX triplet: 05, 2A and AC. RGB value is (5,42,172). Sum of RGB (Red+Green+Blue) = 5+42+172=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #052AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052AAC is #FAD553. Grayscale: #2D2D2D. Windows color (decimal): -16438612 or 11282949. OLE color: 11282949.
HSL color Cylindrical-coordinate representation of color #052AAC: hue angle of 226.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052AAC is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 42 | 172 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.33 |
| HSL | 226.71º | 0.94% | 0.35% | - |
| HSV(B) | 226.71º | 0.97% | 0.67% | - |
| XYZ | 8.34 | 4.67 | 39.49 | - |
| YUV | 45.76 | 199.24 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 172 | 0.97 | 0.76 | 0 | 0.33 | 226.71 | 0.94 | 0.35 |
| Hex | 5 | 2A | AC | 61 | 4C | 0 | 21 | E3 | 5E | 23 |
| Octal | 5 | 52 | 254 | 141 | 114 | 0 | 41 | 343 | 136 | 43 |
| Binary | 101 | 101010 | 10101100 | 1100001 | 1001100 | 0 | 100001 | 11100011 | 1011110 | 100011 |
Color Harmonies of #052AAC
Complementary color
Monochromatic Colors of #052AAC
Black with #052AAC
Text Example
Text Example
White with #052AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052AAC; }
p { color: rgb(5,42,172); }
H1.HeaderClassName
{
color: #052AAC;
}
.AnyTagClassName
{
color: #052AAC;
}
</style>
background-color css
<style>
a { background-color: #052AAC; }
a { background-color: rgb(5,42,172); }
div.DivClassName
{
background-color: #052AAC;
}
.BgClassName
{
background-color: #052AAC;
}
</style>
border-color css
<style>
span { border-color: #052AAC; }
span { border-color: rgb(5,42,172); }
td.TdClassName
{
border-color: #052AAC;
}
.TagClassName
{
border-color: #052AAC;
}
</style>