Shades of Cerulean #0D7293
Tints of Cerulean #0D7293
RGB
CMYK
RGB Variations
Color information
#0D7293 (or 0x0D7293) is known color: Cerulean. HEX triplet: 0D, 72 and 93. RGB value is (13,114,147). Sum of RGB (Red+Green+Blue) = 13+114+147=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D7293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7293 is #F28D6C. Grayscale: #575757. Windows color (decimal): -15895917 or 9662989. OLE color: 9662989.
HSL color Cylindrical-coordinate representation of color #0D7293: hue angle of 194.78º 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 #0D7293 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 114 | 147 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.42 |
| HSL | 194.78º | 0.84% | 0.31% | - |
| HSV(B) | 194.78º | 0.91% | 0.58% | - |
| XYZ | 11.45 | 14.23 | 29.75 | - |
| YUV | 87.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 147 | 0.91 | 0.22 | 0 | 0.42 | 194.78 | 0.84 | 0.31 |
| Hex | D | 72 | 93 | 5B | 16 | 0 | 2A | C3 | 54 | 1F |
| Octal | 15 | 162 | 223 | 133 | 26 | 0 | 52 | 303 | 124 | 37 |
| Binary | 1101 | 1110010 | 10010011 | 1011011 | 10110 | 0 | 101010 | 11000011 | 1010100 | 11111 |
Color Harmonies of #0D7293
Complementary color
Monochromatic Colors of #0D7293
Black with #0D7293
Text Example
Text Example
White with #0D7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7293; }
p { color: rgb(13,114,147); }
H1.HeaderClassName
{
color: #0D7293;
}
.AnyTagClassName
{
color: #0D7293;
}
</style>
background-color css
<style>
a { background-color: #0D7293; }
a { background-color: rgb(13,114,147); }
div.DivClassName
{
background-color: #0D7293;
}
.BgClassName
{
background-color: #0D7293;
}
</style>
border-color css
<style>
span { border-color: #0D7293; }
span { border-color: rgb(13,114,147); }
td.TdClassName
{
border-color: #0D7293;
}
.TagClassName
{
border-color: #0D7293;
}
</style>