Shades of Cerulean #0D6E93
Tints of Cerulean #0D6E93
RGB
CMYK
RGB Variations
Color information
#0D6E93 (or 0x0D6E93) is known color: Cerulean. HEX triplet: 0D, 6E and 93. RGB value is (13,110,147). Sum of RGB (Red+Green+Blue) = 13+110+147=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D6E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6E93 is #F2916C. Grayscale: #545454. Windows color (decimal): -15896941 or 9661965. OLE color: 9661965.
HSL color Cylindrical-coordinate representation of color #0D6E93: hue angle of 196.57º 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 #0D6E93 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 110 | 147 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.42 |
| HSL | 196.57º | 0.84% | 0.31% | - |
| HSV(B) | 196.57º | 0.91% | 0.58% | - |
| XYZ | 11.01 | 13.34 | 29.6 | - |
| YUV | 85.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 147 | 0.91 | 0.25 | 0 | 0.42 | 196.57 | 0.84 | 0.31 |
| Hex | D | 6E | 93 | 5B | 19 | 0 | 2A | C5 | 54 | 1F |
| Octal | 15 | 156 | 223 | 133 | 31 | 0 | 52 | 305 | 124 | 37 |
| Binary | 1101 | 1101110 | 10010011 | 1011011 | 11001 | 0 | 101010 | 11000101 | 1010100 | 11111 |
Color Harmonies of #0D6E93
Complementary color
Monochromatic Colors of #0D6E93
Black with #0D6E93
Text Example
Text Example
White with #0D6E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6E93; }
p { color: rgb(13,110,147); }
H1.HeaderClassName
{
color: #0D6E93;
}
.AnyTagClassName
{
color: #0D6E93;
}
</style>
background-color css
<style>
a { background-color: #0D6E93; }
a { background-color: rgb(13,110,147); }
div.DivClassName
{
background-color: #0D6E93;
}
.BgClassName
{
background-color: #0D6E93;
}
</style>
border-color css
<style>
span { border-color: #0D6E93; }
span { border-color: rgb(13,110,147); }
td.TdClassName
{
border-color: #0D6E93;
}
.TagClassName
{
border-color: #0D6E93;
}
</style>