Html Css Color HEX #0530A2 International Klein Blue
📋 copy color: '#0530A2'red 5 ◦ green 48 ◦ blue 162
Shades of International Klein Blue #0530A2
Tints of International Klein Blue #0530A2
RGB
CMYK
RGB Variations
Color information
#0530A2 (or 0x0530A2) is known color: International Klein Blue. HEX triplet: 05, 30 and A2. RGB value is (5,48,162). Sum of RGB (Red+Green+Blue) = 5+48+162=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 162 (63.67% from 255 or 75.35% from 215); Max value from RGB is 162 - color contains mainly: blue. Hex color #0530A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0530A2 is #FACF5D. Grayscale: #2F2F2F. Windows color (decimal): -16437086 or 10629125. OLE color: 10629125.
HSL color Cylindrical-coordinate representation of color #0530A2: hue angle of 223.57º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0530A2 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 48 | 162 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.36 |
| HSL | 223.57º | 0.94% | 0.33% | - |
| HSV(B) | 223.57º | 0.97% | 0.64% | - |
| XYZ | 7.64 | 4.75 | 34.7 | - |
| YUV | 48.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 162 | 0.97 | 0.70 | 0 | 0.36 | 223.57 | 0.94 | 0.33 |
| Hex | 5 | 30 | A2 | 61 | 46 | 0 | 24 | E0 | 5E | 21 |
| Octal | 5 | 60 | 242 | 141 | 106 | 0 | 44 | 340 | 136 | 41 |
| Binary | 101 | 110000 | 10100010 | 1100001 | 1000110 | 0 | 100100 | 11100000 | 1011110 | 100001 |
Color Harmonies of #0530A2
Complementary color
Monochromatic Colors of #0530A2
Black with #0530A2
Text Example
Text Example
White with #0530A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0530A2; }
p { color: rgb(5,48,162); }
H1.HeaderClassName
{
color: #0530A2;
}
.AnyTagClassName
{
color: #0530A2;
}
</style>
background-color css
<style>
a { background-color: #0530A2; }
a { background-color: rgb(5,48,162); }
div.DivClassName
{
background-color: #0530A2;
}
.BgClassName
{
background-color: #0530A2;
}
</style>
border-color css
<style>
span { border-color: #0530A2; }
span { border-color: rgb(5,48,162); }
td.TdClassName
{
border-color: #0530A2;
}
.TagClassName
{
border-color: #0530A2;
}
</style>