Shades of Cerulean #0E6C9D
Tints of Cerulean #0E6C9D
RGB
CMYK
RGB Variations
Color information
#0E6C9D (or 0x0E6C9D) is known color: Cerulean. HEX triplet: 0E, 6C and 9D. RGB value is (14,108,157). Sum of RGB (Red+Green+Blue) = 14+108+157=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E6C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6C9D is #F19362. Grayscale: #555555. Windows color (decimal): -15831907 or 10316814. OLE color: 10316814.
HSL color Cylindrical-coordinate representation of color #0E6C9D: hue angle of 200.56º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6C9D is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 108 | 157 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.38 |
| HSL | 200.56º | 0.84% | 0.34% | - |
| HSV(B) | 200.56º | 0.91% | 0.62% | - |
| XYZ | 11.63 | 13.25 | 33.84 | - |
| YUV | 85.48 | 168.36 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 108 | 157 | 0.91 | 0.31 | 0 | 0.38 | 200.56 | 0.84 | 0.34 |
| Hex | E | 6C | 9D | 5B | 1F | 0 | 26 | C9 | 54 | 22 |
| Octal | 16 | 154 | 235 | 133 | 37 | 0 | 46 | 311 | 124 | 42 |
| Binary | 1110 | 1101100 | 10011101 | 1011011 | 11111 | 0 | 100110 | 11001001 | 1010100 | 100010 |
Color Harmonies of #0E6C9D
Complementary color
Monochromatic Colors of #0E6C9D
Black with #0E6C9D
Text Example
Text Example
White with #0E6C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6C9D; }
p { color: rgb(14,108,157); }
H1.HeaderClassName
{
color: #0E6C9D;
}
.AnyTagClassName
{
color: #0E6C9D;
}
</style>
background-color css
<style>
a { background-color: #0E6C9D; }
a { background-color: rgb(14,108,157); }
div.DivClassName
{
background-color: #0E6C9D;
}
.BgClassName
{
background-color: #0E6C9D;
}
</style>
border-color css
<style>
span { border-color: #0E6C9D; }
span { border-color: rgb(14,108,157); }
td.TdClassName
{
border-color: #0E6C9D;
}
.TagClassName
{
border-color: #0E6C9D;
}
</style>