Shades of Cerulean #0D78AC
Tints of Cerulean #0D78AC
RGB
CMYK
RGB Variations
Color information
#0D78AC (or 0x0D78AC) is known color: Cerulean. HEX triplet: 0D, 78 and AC. RGB value is (13,120,172). Sum of RGB (Red+Green+Blue) = 13+120+172=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D78AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D78AC is #F28753. Grayscale: #5D5D5D. Windows color (decimal): -15894356 or 11302925. OLE color: 11302925.
HSL color Cylindrical-coordinate representation of color #0D78AC: hue angle of 199.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D78AC is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 120 | 172 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.33 |
| HSL | 199.62º | 0.86% | 0.36% | - |
| HSV(B) | 199.62º | 0.92% | 0.67% | - |
| XYZ | 14.33 | 16.5 | 41.46 | - |
| YUV | 93.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 120 | 172 | 0.92 | 0.30 | 0 | 0.33 | 199.62 | 0.86 | 0.36 |
| Hex | D | 78 | AC | 5C | 1E | 0 | 21 | C8 | 56 | 24 |
| Octal | 15 | 170 | 254 | 134 | 36 | 0 | 41 | 310 | 126 | 44 |
| Binary | 1101 | 1111000 | 10101100 | 1011100 | 11110 | 0 | 100001 | 11001000 | 1010110 | 100100 |
Color Harmonies of #0D78AC
Complementary color
Monochromatic Colors of #0D78AC
Black with #0D78AC
Text Example
Text Example
White with #0D78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D78AC; }
p { color: rgb(13,120,172); }
H1.HeaderClassName
{
color: #0D78AC;
}
.AnyTagClassName
{
color: #0D78AC;
}
</style>
background-color css
<style>
a { background-color: #0D78AC; }
a { background-color: rgb(13,120,172); }
div.DivClassName
{
background-color: #0D78AC;
}
.BgClassName
{
background-color: #0D78AC;
}
</style>
border-color css
<style>
span { border-color: #0D78AC; }
span { border-color: rgb(13,120,172); }
td.TdClassName
{
border-color: #0D78AC;
}
.TagClassName
{
border-color: #0D78AC;
}
</style>