Shades of Cerulean #0D7693
Tints of Cerulean #0D7693
RGB
CMYK
RGB Variations
Color information
#0D7693 (or 0x0D7693) is known color: Cerulean. HEX triplet: 0D, 76 and 93. RGB value is (13,118,147). Sum of RGB (Red+Green+Blue) = 13+118+147=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D7693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7693 is #F2896C. Grayscale: #595959. Windows color (decimal): -15894893 or 9664013. OLE color: 9664013.
HSL color Cylindrical-coordinate representation of color #0D7693: hue angle of 192.99º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7693 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 118 | 147 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.42 |
| HSL | 192.99º | 0.84% | 0.31% | - |
| HSV(B) | 192.99º | 0.91% | 0.58% | - |
| XYZ | 11.91 | 15.15 | 29.9 | - |
| YUV | 89.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 147 | 0.91 | 0.20 | 0 | 0.42 | 192.99 | 0.84 | 0.31 |
| Hex | D | 76 | 93 | 5B | 14 | 0 | 2A | C1 | 54 | 1F |
| Octal | 15 | 166 | 223 | 133 | 24 | 0 | 52 | 301 | 124 | 37 |
| Binary | 1101 | 1110110 | 10010011 | 1011011 | 10100 | 0 | 101010 | 11000001 | 1010100 | 11111 |
Color Harmonies of #0D7693
Complementary color
Monochromatic Colors of #0D7693
Black with #0D7693
Text Example
Text Example
White with #0D7693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7693; }
p { color: rgb(13,118,147); }
H1.HeaderClassName
{
color: #0D7693;
}
.AnyTagClassName
{
color: #0D7693;
}
</style>
background-color css
<style>
a { background-color: #0D7693; }
a { background-color: rgb(13,118,147); }
div.DivClassName
{
background-color: #0D7693;
}
.BgClassName
{
background-color: #0D7693;
}
</style>
border-color css
<style>
span { border-color: #0D7693; }
span { border-color: rgb(13,118,147); }
td.TdClassName
{
border-color: #0D7693;
}
.TagClassName
{
border-color: #0D7693;
}
</style>