Shades of Cerulean #0E679C
Tints of Cerulean #0E679C
RGB
CMYK
RGB Variations
Color information
#0E679C (or 0x0E679C) is known color: Cerulean. HEX triplet: 0E, 67 and 9C. RGB value is (14,103,156). Sum of RGB (Red+Green+Blue) = 14+103+156=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E679C is #F19863. Grayscale: #525252. Windows color (decimal): -15833188 or 10249998. OLE color: 10249998.
HSL color Cylindrical-coordinate representation of color #0E679C: hue angle of 202.39º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E679C is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 103 | 156 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.39 |
| HSL | 202.39º | 0.84% | 0.33% | - |
| HSV(B) | 202.39º | 0.91% | 0.61% | - |
| XYZ | 11.03 | 12.19 | 33.22 | - |
| YUV | 82.43 | 169.51 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 156 | 0.91 | 0.34 | 0 | 0.39 | 202.39 | 0.84 | 0.33 |
| Hex | E | 67 | 9C | 5B | 22 | 0 | 27 | CA | 54 | 21 |
| Octal | 16 | 147 | 234 | 133 | 42 | 0 | 47 | 312 | 124 | 41 |
| Binary | 1110 | 1100111 | 10011100 | 1011011 | 100010 | 0 | 100111 | 11001010 | 1010100 | 100001 |
Color Harmonies of #0E679C
Complementary color
Monochromatic Colors of #0E679C
Black with #0E679C
Text Example
Text Example
White with #0E679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E679C; }
p { color: rgb(14,103,156); }
H1.HeaderClassName
{
color: #0E679C;
}
.AnyTagClassName
{
color: #0E679C;
}
</style>
background-color css
<style>
a { background-color: #0E679C; }
a { background-color: rgb(14,103,156); }
div.DivClassName
{
background-color: #0E679C;
}
.BgClassName
{
background-color: #0E679C;
}
</style>
border-color css
<style>
span { border-color: #0E679C; }
span { border-color: rgb(14,103,156); }
td.TdClassName
{
border-color: #0E679C;
}
.TagClassName
{
border-color: #0E679C;
}
</style>