Shades of Cerulean #0E699B
Tints of Cerulean #0E699B
RGB
CMYK
RGB Variations
Color information
#0E699B (or 0x0E699B) is known color: Cerulean. HEX triplet: 0E, 69 and 9B. RGB value is (14,105,155). Sum of RGB (Red+Green+Blue) = 14+105+155=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E699B is #F19664. Grayscale: #535353. Windows color (decimal): -15832677 or 10184974. OLE color: 10184974.
HSL color Cylindrical-coordinate representation of color #0E699B: hue angle of 201.28º 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 #0E699B is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 105 | 155 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.39 |
| HSL | 201.28º | 0.83% | 0.33% | - |
| HSV(B) | 201.28º | 0.91% | 0.61% | - |
| XYZ | 11.15 | 12.56 | 32.85 | - |
| YUV | 83.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 105 | 155 | 0.91 | 0.32 | 0 | 0.39 | 201.28 | 0.83 | 0.33 |
| Hex | E | 69 | 9B | 5B | 20 | 0 | 27 | C9 | 53 | 21 |
| Octal | 16 | 151 | 233 | 133 | 40 | 0 | 47 | 311 | 123 | 41 |
| Binary | 1110 | 1101001 | 10011011 | 1011011 | 100000 | 0 | 100111 | 11001001 | 1010011 | 100001 |
Color Harmonies of #0E699B
Complementary color
Monochromatic Colors of #0E699B
Black with #0E699B
Text Example
Text Example
White with #0E699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E699B; }
p { color: rgb(14,105,155); }
H1.HeaderClassName
{
color: #0E699B;
}
.AnyTagClassName
{
color: #0E699B;
}
</style>
background-color css
<style>
a { background-color: #0E699B; }
a { background-color: rgb(14,105,155); }
div.DivClassName
{
background-color: #0E699B;
}
.BgClassName
{
background-color: #0E699B;
}
</style>
border-color css
<style>
span { border-color: #0E699B; }
span { border-color: rgb(14,105,155); }
td.TdClassName
{
border-color: #0E699B;
}
.TagClassName
{
border-color: #0E699B;
}
</style>