Shades of Cerulean #0568AC
Tints of Cerulean #0568AC
RGB
CMYK
RGB Variations
Color information
#0568AC (or 0x0568AC) is known color: Cerulean. HEX triplet: 05, 68 and AC. RGB value is (5,104,172). Sum of RGB (Red+Green+Blue) = 5+104+172=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #0568AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0568AC is #FA9753. Grayscale: #515151. Windows color (decimal): -16422740 or 11298821. OLE color: 11298821.
HSL color Cylindrical-coordinate representation of color #0568AC: hue angle of 204.43º 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 #0568AC is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 104 | 172 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.33 |
| HSL | 204.43º | 0.94% | 0.35% | - |
| HSV(B) | 204.43º | 0.97% | 0.67% | - |
| XYZ | 12.46 | 12.91 | 40.87 | - |
| YUV | 82.15 | 178.7 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 172 | 0.97 | 0.40 | 0 | 0.33 | 204.43 | 0.94 | 0.35 |
| Hex | 5 | 68 | AC | 61 | 28 | 0 | 21 | CC | 5E | 23 |
| Octal | 5 | 150 | 254 | 141 | 50 | 0 | 41 | 314 | 136 | 43 |
| Binary | 101 | 1101000 | 10101100 | 1100001 | 101000 | 0 | 100001 | 11001100 | 1011110 | 100011 |
Color Harmonies of #0568AC
Complementary color
Monochromatic Colors of #0568AC
Black with #0568AC
Text Example
Text Example
White with #0568AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0568AC; }
p { color: rgb(5,104,172); }
H1.HeaderClassName
{
color: #0568AC;
}
.AnyTagClassName
{
color: #0568AC;
}
</style>
background-color css
<style>
a { background-color: #0568AC; }
a { background-color: rgb(5,104,172); }
div.DivClassName
{
background-color: #0568AC;
}
.BgClassName
{
background-color: #0568AC;
}
</style>
border-color css
<style>
span { border-color: #0568AC; }
span { border-color: rgb(5,104,172); }
td.TdClassName
{
border-color: #0568AC;
}
.TagClassName
{
border-color: #0568AC;
}
</style>