Shades of Cerulean #0568AD
Tints of Cerulean #0568AD
RGB
CMYK
RGB Variations
Color information
#0568AD (or 0x0568AD) is known color: Cerulean. HEX triplet: 05, 68 and AD. RGB value is (5,104,173). Sum of RGB (Red+Green+Blue) = 5+104+173=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #0568AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0568AD is #FA9752. Grayscale: #515151. Windows color (decimal): -16422739 or 11364357. OLE color: 11364357.
HSL color Cylindrical-coordinate representation of color #0568AD: hue angle of 204.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0568AD is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 104 | 173 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.32 |
| HSL | 204.64º | 0.94% | 0.35% | - |
| HSV(B) | 204.64º | 0.97% | 0.68% | - |
| XYZ | 12.56 | 12.95 | 41.37 | - |
| YUV | 82.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 173 | 0.97 | 0.40 | 0 | 0.32 | 204.64 | 0.94 | 0.35 |
| Hex | 5 | 68 | AD | 61 | 28 | 0 | 20 | CD | 5E | 23 |
| Octal | 5 | 150 | 255 | 141 | 50 | 0 | 40 | 315 | 136 | 43 |
| Binary | 101 | 1101000 | 10101101 | 1100001 | 101000 | 0 | 100000 | 11001101 | 1011110 | 100011 |
Color Harmonies of #0568AD
Complementary color
Monochromatic Colors of #0568AD
Black with #0568AD
Text Example
Text Example
White with #0568AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0568AD; }
p { color: rgb(5,104,173); }
H1.HeaderClassName
{
color: #0568AD;
}
.AnyTagClassName
{
color: #0568AD;
}
</style>
background-color css
<style>
a { background-color: #0568AD; }
a { background-color: rgb(5,104,173); }
div.DivClassName
{
background-color: #0568AD;
}
.BgClassName
{
background-color: #0568AD;
}
</style>
border-color css
<style>
span { border-color: #0568AD; }
span { border-color: rgb(5,104,173); }
td.TdClassName
{
border-color: #0568AD;
}
.TagClassName
{
border-color: #0568AD;
}
</style>