Html Css Color HEX #052BA5 International Klein Blue
📋 copy color: '#052BA5'red 5 ◦ green 43 ◦ blue 165
Shades of International Klein Blue #052BA5
Tints of International Klein Blue #052BA5
RGB
CMYK
RGB Variations
Color information
#052BA5 (or 0x052BA5) is known color: International Klein Blue. HEX triplet: 05, 2B and A5. RGB value is (5,43,165). Sum of RGB (Red+Green+Blue) = 5+43+165=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 165 (64.84% from 255 or 77.46% from 213); Max value from RGB is 165 - color contains mainly: blue. Hex color #052BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052BA5 is #FAD45A. Grayscale: #2D2D2D. Windows color (decimal): -16438363 or 10824453. OLE color: 10824453.
HSL color Cylindrical-coordinate representation of color #052BA5: hue angle of 225.75º 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 #052BA5 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 43 | 165 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.35 |
| HSL | 225.75º | 0.94% | 0.33% | - |
| HSV(B) | 225.75º | 0.97% | 0.65% | - |
| XYZ | 7.72 | 4.48 | 36.05 | - |
| YUV | 45.55 | 195.41 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 165 | 0.97 | 0.74 | 0 | 0.35 | 225.75 | 0.94 | 0.33 |
| Hex | 5 | 2B | A5 | 61 | 4A | 0 | 23 | E2 | 5E | 21 |
| Octal | 5 | 53 | 245 | 141 | 112 | 0 | 43 | 342 | 136 | 41 |
| Binary | 101 | 101011 | 10100101 | 1100001 | 1001010 | 0 | 100011 | 11100010 | 1011110 | 100001 |
Color Harmonies of #052BA5
Complementary color
Monochromatic Colors of #052BA5
Black with #052BA5
Text Example
Text Example
White with #052BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BA5; }
p { color: rgb(5,43,165); }
H1.HeaderClassName
{
color: #052BA5;
}
.AnyTagClassName
{
color: #052BA5;
}
</style>
background-color css
<style>
a { background-color: #052BA5; }
a { background-color: rgb(5,43,165); }
div.DivClassName
{
background-color: #052BA5;
}
.BgClassName
{
background-color: #052BA5;
}
</style>
border-color css
<style>
span { border-color: #052BA5; }
span { border-color: rgb(5,43,165); }
td.TdClassName
{
border-color: #052BA5;
}
.TagClassName
{
border-color: #052BA5;
}
</style>