Shades of Cerulean #0D789A
Tints of Cerulean #0D789A
RGB
CMYK
RGB Variations
Color information
#0D789A (or 0x0D789A) is known color: Cerulean. HEX triplet: 0D, 78 and 9A. RGB value is (13,120,154). Sum of RGB (Red+Green+Blue) = 13+120+154=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D789A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D789A is #F28765. Grayscale: #5B5B5B. Windows color (decimal): -15894374 or 10123277. OLE color: 10123277.
HSL color Cylindrical-coordinate representation of color #0D789A: hue angle of 194.47º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D789A is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 120 | 154 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.40 |
| HSL | 194.47º | 0.84% | 0.33% | - |
| HSV(B) | 194.47º | 0.92% | 0.6% | - |
| XYZ | 12.72 | 15.85 | 32.96 | - |
| YUV | 91.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 120 | 154 | 0.92 | 0.22 | 0 | 0.40 | 194.47 | 0.84 | 0.33 |
| Hex | D | 78 | 9A | 5C | 16 | 0 | 28 | C2 | 54 | 21 |
| Octal | 15 | 170 | 232 | 134 | 26 | 0 | 50 | 302 | 124 | 41 |
| Binary | 1101 | 1111000 | 10011010 | 1011100 | 10110 | 0 | 101000 | 11000010 | 1010100 | 100001 |
Color Harmonies of #0D789A
Complementary color
Monochromatic Colors of #0D789A
Black with #0D789A
Text Example
Text Example
White with #0D789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D789A; }
p { color: rgb(13,120,154); }
H1.HeaderClassName
{
color: #0D789A;
}
.AnyTagClassName
{
color: #0D789A;
}
</style>
background-color css
<style>
a { background-color: #0D789A; }
a { background-color: rgb(13,120,154); }
div.DivClassName
{
background-color: #0D789A;
}
.BgClassName
{
background-color: #0D789A;
}
</style>
border-color css
<style>
span { border-color: #0D789A; }
span { border-color: rgb(13,120,154); }
td.TdClassName
{
border-color: #0D789A;
}
.TagClassName
{
border-color: #0D789A;
}
</style>