Shades of Cerulean #0E679B
Tints of Cerulean #0E679B
RGB
CMYK
RGB Variations
Color information
#0E679B (or 0x0E679B) is known color: Cerulean. HEX triplet: 0E, 67 and 9B. RGB value is (14,103,155). Sum of RGB (Red+Green+Blue) = 14+103+155=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E679B is #F19864. Grayscale: #525252. Windows color (decimal): -15833189 or 10184462. OLE color: 10184462.
HSL color Cylindrical-coordinate representation of color #0E679B: hue angle of 202.13º degrees, saturation: 0.83, 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 #0E679B is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 103 | 155 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.39 |
| HSL | 202.13º | 0.83% | 0.33% | - |
| HSV(B) | 202.13º | 0.91% | 0.61% | - |
| XYZ | 10.95 | 12.16 | 32.78 | - |
| YUV | 82.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 155 | 0.91 | 0.34 | 0 | 0.39 | 202.13 | 0.83 | 0.33 |
| Hex | E | 67 | 9B | 5B | 22 | 0 | 27 | CA | 53 | 21 |
| Octal | 16 | 147 | 233 | 133 | 42 | 0 | 47 | 312 | 123 | 41 |
| Binary | 1110 | 1100111 | 10011011 | 1011011 | 100010 | 0 | 100111 | 11001010 | 1010011 | 100001 |
Color Harmonies of #0E679B
Complementary color
Monochromatic Colors of #0E679B
Black with #0E679B
Text Example
Text Example
White with #0E679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E679B; }
p { color: rgb(14,103,155); }
H1.HeaderClassName
{
color: #0E679B;
}
.AnyTagClassName
{
color: #0E679B;
}
</style>
background-color css
<style>
a { background-color: #0E679B; }
a { background-color: rgb(14,103,155); }
div.DivClassName
{
background-color: #0E679B;
}
.BgClassName
{
background-color: #0E679B;
}
</style>
border-color css
<style>
span { border-color: #0E679B; }
span { border-color: rgb(14,103,155); }
td.TdClassName
{
border-color: #0E679B;
}
.TagClassName
{
border-color: #0E679B;
}
</style>