Shades of Cerulean #0D6E94
Tints of Cerulean #0D6E94
RGB
CMYK
RGB Variations
Color information
#0D6E94 (or 0x0D6E94) is known color: Cerulean. HEX triplet: 0D, 6E and 94. RGB value is (13,110,148). Sum of RGB (Red+Green+Blue) = 13+110+148=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D6E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6E94 is #F2916B. Grayscale: #555555. Windows color (decimal): -15896940 or 9727501. OLE color: 9727501.
HSL color Cylindrical-coordinate representation of color #0D6E94: hue angle of 196.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6E94 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 110 | 148 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.42 |
| HSL | 196.89º | 0.84% | 0.32% | - |
| HSV(B) | 196.89º | 0.91% | 0.58% | - |
| XYZ | 11.09 | 13.38 | 30.01 | - |
| YUV | 85.33 | 163.36 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 148 | 0.91 | 0.26 | 0 | 0.42 | 196.89 | 0.84 | 0.32 |
| Hex | D | 6E | 94 | 5B | 1A | 0 | 2A | C5 | 54 | 20 |
| Octal | 15 | 156 | 224 | 133 | 32 | 0 | 52 | 305 | 124 | 40 |
| Binary | 1101 | 1101110 | 10010100 | 1011011 | 11010 | 0 | 101010 | 11000101 | 1010100 | 100000 |
Color Harmonies of #0D6E94
Complementary color
Monochromatic Colors of #0D6E94
Black with #0D6E94
Text Example
Text Example
White with #0D6E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6E94; }
p { color: rgb(13,110,148); }
H1.HeaderClassName
{
color: #0D6E94;
}
.AnyTagClassName
{
color: #0D6E94;
}
</style>
background-color css
<style>
a { background-color: #0D6E94; }
a { background-color: rgb(13,110,148); }
div.DivClassName
{
background-color: #0D6E94;
}
.BgClassName
{
background-color: #0D6E94;
}
</style>
border-color css
<style>
span { border-color: #0D6E94; }
span { border-color: rgb(13,110,148); }
td.TdClassName
{
border-color: #0D6E94;
}
.TagClassName
{
border-color: #0D6E94;
}
</style>