Html Css Color HEX #052CA5 International Klein Blue
📋 copy color: '#052CA5'red 5 ◦ green 44 ◦ blue 165
Shades of International Klein Blue #052CA5
Tints of International Klein Blue #052CA5
RGB
CMYK
RGB Variations
Color information
#052CA5 (or 0x052CA5) is known color: International Klein Blue. HEX triplet: 05, 2C and A5. RGB value is (5,44,165). Sum of RGB (Red+Green+Blue) = 5+44+165=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 165 (64.84% from 255 or 77.10% from 214); Max value from RGB is 165 - color contains mainly: blue. Hex color #052CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052CA5 is #FAD35A. Grayscale: #2D2D2D. Windows color (decimal): -16438107 or 10824709. OLE color: 10824709.
HSL color Cylindrical-coordinate representation of color #052CA5: hue angle of 225.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052CA5 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 44 | 165 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.35 |
| HSL | 225.38º | 0.94% | 0.33% | - |
| HSV(B) | 225.38º | 0.97% | 0.65% | - |
| XYZ | 7.75 | 4.55 | 36.07 | - |
| YUV | 46.13 | 195.08 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 165 | 0.97 | 0.73 | 0 | 0.35 | 225.38 | 0.94 | 0.33 |
| Hex | 5 | 2C | A5 | 61 | 49 | 0 | 23 | E1 | 5E | 21 |
| Octal | 5 | 54 | 245 | 141 | 111 | 0 | 43 | 341 | 136 | 41 |
| Binary | 101 | 101100 | 10100101 | 1100001 | 1001001 | 0 | 100011 | 11100001 | 1011110 | 100001 |
Color Harmonies of #052CA5
Complementary color
Monochromatic Colors of #052CA5
Black with #052CA5
Text Example
Text Example
White with #052CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052CA5; }
p { color: rgb(5,44,165); }
H1.HeaderClassName
{
color: #052CA5;
}
.AnyTagClassName
{
color: #052CA5;
}
</style>
background-color css
<style>
a { background-color: #052CA5; }
a { background-color: rgb(5,44,165); }
div.DivClassName
{
background-color: #052CA5;
}
.BgClassName
{
background-color: #052CA5;
}
</style>
border-color css
<style>
span { border-color: #052CA5; }
span { border-color: rgb(5,44,165); }
td.TdClassName
{
border-color: #052CA5;
}
.TagClassName
{
border-color: #052CA5;
}
</style>