Shades of Cerulean #0E689B
Tints of Cerulean #0E689B
RGB
CMYK
RGB Variations
Color information
#0E689B (or 0x0E689B) is known color: Cerulean. HEX triplet: 0E, 68 and 9B. RGB value is (14,104,155). Sum of RGB (Red+Green+Blue) = 14+104+155=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E689B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E689B is #F19764. Grayscale: #525252. Windows color (decimal): -15832933 or 10184718. OLE color: 10184718.
HSL color Cylindrical-coordinate representation of color #0E689B: hue angle of 201.7º 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 #0E689B is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 104 | 155 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.39 |
| HSL | 201.7º | 0.83% | 0.33% | - |
| HSV(B) | 201.7º | 0.91% | 0.61% | - |
| XYZ | 11.05 | 12.36 | 32.81 | - |
| YUV | 82.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 155 | 0.91 | 0.33 | 0 | 0.39 | 201.7 | 0.83 | 0.33 |
| Hex | E | 68 | 9B | 5B | 21 | 0 | 27 | CA | 53 | 21 |
| Octal | 16 | 150 | 233 | 133 | 41 | 0 | 47 | 312 | 123 | 41 |
| Binary | 1110 | 1101000 | 10011011 | 1011011 | 100001 | 0 | 100111 | 11001010 | 1010011 | 100001 |
Color Harmonies of #0E689B
Complementary color
Monochromatic Colors of #0E689B
Black with #0E689B
Text Example
Text Example
White with #0E689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E689B; }
p { color: rgb(14,104,155); }
H1.HeaderClassName
{
color: #0E689B;
}
.AnyTagClassName
{
color: #0E689B;
}
</style>
background-color css
<style>
a { background-color: #0E689B; }
a { background-color: rgb(14,104,155); }
div.DivClassName
{
background-color: #0E689B;
}
.BgClassName
{
background-color: #0E689B;
}
</style>
border-color css
<style>
span { border-color: #0E689B; }
span { border-color: rgb(14,104,155); }
td.TdClassName
{
border-color: #0E689B;
}
.TagClassName
{
border-color: #0E689B;
}
</style>