Shades of Cerulean #0D7795
Tints of Cerulean #0D7795
RGB
CMYK
RGB Variations
Color information
#0D7795 (or 0x0D7795) is known color: Cerulean. HEX triplet: 0D, 77 and 95. RGB value is (13,119,149). Sum of RGB (Red+Green+Blue) = 13+119+149=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D7795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7795 is #F2886A. Grayscale: #5A5A5A. Windows color (decimal): -15894635 or 9795341. OLE color: 9795341.
HSL color Cylindrical-coordinate representation of color #0D7795: hue angle of 193.24º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7795 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 119 | 149 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.42 |
| HSL | 193.24º | 0.84% | 0.32% | - |
| HSV(B) | 193.24º | 0.91% | 0.58% | - |
| XYZ | 12.19 | 15.45 | 30.77 | - |
| YUV | 90.73 | 160.88 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 149 | 0.91 | 0.20 | 0 | 0.42 | 193.24 | 0.84 | 0.32 |
| Hex | D | 77 | 95 | 5B | 14 | 0 | 2A | C1 | 54 | 20 |
| Octal | 15 | 167 | 225 | 133 | 24 | 0 | 52 | 301 | 124 | 40 |
| Binary | 1101 | 1110111 | 10010101 | 1011011 | 10100 | 0 | 101010 | 11000001 | 1010100 | 100000 |
Color Harmonies of #0D7795
Complementary color
Monochromatic Colors of #0D7795
Black with #0D7795
Text Example
Text Example
White with #0D7795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7795; }
p { color: rgb(13,119,149); }
H1.HeaderClassName
{
color: #0D7795;
}
.AnyTagClassName
{
color: #0D7795;
}
</style>
background-color css
<style>
a { background-color: #0D7795; }
a { background-color: rgb(13,119,149); }
div.DivClassName
{
background-color: #0D7795;
}
.BgClassName
{
background-color: #0D7795;
}
</style>
border-color css
<style>
span { border-color: #0D7795; }
span { border-color: rgb(13,119,149); }
td.TdClassName
{
border-color: #0D7795;
}
.TagClassName
{
border-color: #0D7795;
}
</style>