Shades of Cerulean #0D759F
Tints of Cerulean #0D759F
RGB
CMYK
RGB Variations
Color information
#0D759F (or 0x0D759F) is known color: Cerulean. HEX triplet: 0D, 75 and 9F. RGB value is (13,117,159). Sum of RGB (Red+Green+Blue) = 13+117+159=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D759F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D759F is #F28A60. Grayscale: #5A5A5A. Windows color (decimal): -15895137 or 10450189. OLE color: 10450189.
HSL color Cylindrical-coordinate representation of color #0D759F: hue angle of 197.26º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D759F is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 117 | 159 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.38 |
| HSL | 197.26º | 0.85% | 0.34% | - |
| HSV(B) | 197.26º | 0.92% | 0.62% | - |
| XYZ | 12.79 | 15.31 | 35.08 | - |
| YUV | 90.69 | 166.54 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 159 | 0.92 | 0.26 | 0 | 0.38 | 197.26 | 0.85 | 0.34 |
| Hex | D | 75 | 9F | 5C | 1A | 0 | 26 | C5 | 55 | 22 |
| Octal | 15 | 165 | 237 | 134 | 32 | 0 | 46 | 305 | 125 | 42 |
| Binary | 1101 | 1110101 | 10011111 | 1011100 | 11010 | 0 | 100110 | 11000101 | 1010101 | 100010 |
Color Harmonies of #0D759F
Complementary color
Monochromatic Colors of #0D759F
Black with #0D759F
Text Example
Text Example
White with #0D759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D759F; }
p { color: rgb(13,117,159); }
H1.HeaderClassName
{
color: #0D759F;
}
.AnyTagClassName
{
color: #0D759F;
}
</style>
background-color css
<style>
a { background-color: #0D759F; }
a { background-color: rgb(13,117,159); }
div.DivClassName
{
background-color: #0D759F;
}
.BgClassName
{
background-color: #0D759F;
}
</style>
border-color css
<style>
span { border-color: #0D759F; }
span { border-color: rgb(13,117,159); }
td.TdClassName
{
border-color: #0D759F;
}
.TagClassName
{
border-color: #0D759F;
}
</style>