Shades of Cerulean #0D7597
Tints of Cerulean #0D7597
RGB
CMYK
RGB Variations
Color information
#0D7597 (or 0x0D7597) is known color: Cerulean. HEX triplet: 0D, 75 and 97. RGB value is (13,117,151). Sum of RGB (Red+Green+Blue) = 13+117+151=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D7597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7597 is #F28A68. Grayscale: #595959. Windows color (decimal): -15895145 or 9925901. OLE color: 9925901.
HSL color Cylindrical-coordinate representation of color #0D7597: hue angle of 194.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7597 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 117 | 151 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.41 |
| HSL | 194.78º | 0.84% | 0.32% | - |
| HSV(B) | 194.78º | 0.91% | 0.59% | - |
| XYZ | 12.11 | 15.04 | 31.54 | - |
| YUV | 89.78 | 162.54 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 151 | 0.91 | 0.23 | 0 | 0.41 | 194.78 | 0.84 | 0.32 |
| Hex | D | 75 | 97 | 5B | 17 | 0 | 29 | C3 | 54 | 20 |
| Octal | 15 | 165 | 227 | 133 | 27 | 0 | 51 | 303 | 124 | 40 |
| Binary | 1101 | 1110101 | 10010111 | 1011011 | 10111 | 0 | 101001 | 11000011 | 1010100 | 100000 |
Color Harmonies of #0D7597
Complementary color
Monochromatic Colors of #0D7597
Black with #0D7597
Text Example
Text Example
White with #0D7597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7597; }
p { color: rgb(13,117,151); }
H1.HeaderClassName
{
color: #0D7597;
}
.AnyTagClassName
{
color: #0D7597;
}
</style>
background-color css
<style>
a { background-color: #0D7597; }
a { background-color: rgb(13,117,151); }
div.DivClassName
{
background-color: #0D7597;
}
.BgClassName
{
background-color: #0D7597;
}
</style>
border-color css
<style>
span { border-color: #0D7597; }
span { border-color: rgb(13,117,151); }
td.TdClassName
{
border-color: #0D7597;
}
.TagClassName
{
border-color: #0D7597;
}
</style>