Html Css Color HEX #0530AC International Klein Blue
📋 copy color: '#0530AC'red 5 ◦ green 48 ◦ blue 172
Shades of International Klein Blue #0530AC
Tints of International Klein Blue #0530AC
RGB
CMYK
RGB Variations
Color information
#0530AC (or 0x0530AC) is known color: International Klein Blue. HEX triplet: 05, 30 and AC. RGB value is (5,48,172). Sum of RGB (Red+Green+Blue) = 5+48+172=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #0530AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0530AC is #FACF53. Grayscale: #303030. Windows color (decimal): -16437076 or 11284485. OLE color: 11284485.
HSL color Cylindrical-coordinate representation of color #0530AC: hue angle of 224.55º 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 #0530AC is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 48 | 172 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.33 |
| HSL | 224.55º | 0.94% | 0.35% | - |
| HSV(B) | 224.55º | 0.97% | 0.67% | - |
| XYZ | 8.57 | 5.12 | 39.57 | - |
| YUV | 49.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 172 | 0.97 | 0.72 | 0 | 0.33 | 224.55 | 0.94 | 0.35 |
| Hex | 5 | 30 | AC | 61 | 48 | 0 | 21 | E1 | 5E | 23 |
| Octal | 5 | 60 | 254 | 141 | 110 | 0 | 41 | 341 | 136 | 43 |
| Binary | 101 | 110000 | 10101100 | 1100001 | 1001000 | 0 | 100001 | 11100001 | 1011110 | 100011 |
Color Harmonies of #0530AC
Complementary color
Monochromatic Colors of #0530AC
Black with #0530AC
Text Example
Text Example
White with #0530AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0530AC; }
p { color: rgb(5,48,172); }
H1.HeaderClassName
{
color: #0530AC;
}
.AnyTagClassName
{
color: #0530AC;
}
</style>
background-color css
<style>
a { background-color: #0530AC; }
a { background-color: rgb(5,48,172); }
div.DivClassName
{
background-color: #0530AC;
}
.BgClassName
{
background-color: #0530AC;
}
</style>
border-color css
<style>
span { border-color: #0530AC; }
span { border-color: rgb(5,48,172); }
td.TdClassName
{
border-color: #0530AC;
}
.TagClassName
{
border-color: #0530AC;
}
</style>