Shades of Cerulean #0D7599
Tints of Cerulean #0D7599
RGB
CMYK
RGB Variations
Color information
#0D7599 (or 0x0D7599) is known color: Cerulean. HEX triplet: 0D, 75 and 99. RGB value is (13,117,153). Sum of RGB (Red+Green+Blue) = 13+117+153=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D7599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7599 is #F28A66. Grayscale: #595959. Windows color (decimal): -15895143 or 10056973. OLE color: 10056973.
HSL color Cylindrical-coordinate representation of color #0D7599: hue angle of 195.43º 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 #0D7599 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 117 | 153 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.4 |
| HSL | 195.43º | 0.84% | 0.33% | - |
| HSV(B) | 195.43º | 0.92% | 0.6% | - |
| XYZ | 12.28 | 15.11 | 32.41 | - |
| YUV | 90.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 153 | 0.92 | 0.24 | 0 | 0.4 | 195.43 | 0.84 | 0.33 |
| Hex | D | 75 | 99 | 5C | 18 | 0 | 28 | C3 | 54 | 21 |
| Octal | 15 | 165 | 231 | 134 | 30 | 0 | 50 | 303 | 124 | 41 |
| Binary | 1101 | 1110101 | 10011001 | 1011100 | 11000 | 0 | 101000 | 11000011 | 1010100 | 100001 |
Color Harmonies of #0D7599
Complementary color
Monochromatic Colors of #0D7599
Black with #0D7599
Text Example
Text Example
White with #0D7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7599; }
p { color: rgb(13,117,153); }
H1.HeaderClassName
{
color: #0D7599;
}
.AnyTagClassName
{
color: #0D7599;
}
</style>
background-color css
<style>
a { background-color: #0D7599; }
a { background-color: rgb(13,117,153); }
div.DivClassName
{
background-color: #0D7599;
}
.BgClassName
{
background-color: #0D7599;
}
</style>
border-color css
<style>
span { border-color: #0D7599; }
span { border-color: rgb(13,117,153); }
td.TdClassName
{
border-color: #0D7599;
}
.TagClassName
{
border-color: #0D7599;
}
</style>