Shades of Cerulean #0E6B9E
Tints of Cerulean #0E6B9E
RGB
CMYK
RGB Variations
Color information
#0E6B9E (or 0x0E6B9E) is known color: Cerulean. HEX triplet: 0E, 6B and 9E. RGB value is (14,107,158). Sum of RGB (Red+Green+Blue) = 14+107+158=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E6B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6B9E is #F19461. Grayscale: #545454. Windows color (decimal): -15832162 or 10382094. OLE color: 10382094.
HSL color Cylindrical-coordinate representation of color #0E6B9E: hue angle of 201.25º 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 #0E6B9E is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 107 | 158 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.38 |
| HSL | 201.25º | 0.84% | 0.34% | - |
| HSV(B) | 201.25º | 0.91% | 0.62% | - |
| XYZ | 11.61 | 13.08 | 34.26 | - |
| YUV | 85.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 158 | 0.91 | 0.32 | 0 | 0.38 | 201.25 | 0.84 | 0.34 |
| Hex | E | 6B | 9E | 5B | 20 | 0 | 26 | C9 | 54 | 22 |
| Octal | 16 | 153 | 236 | 133 | 40 | 0 | 46 | 311 | 124 | 42 |
| Binary | 1110 | 1101011 | 10011110 | 1011011 | 100000 | 0 | 100110 | 11001001 | 1010100 | 100010 |
Color Harmonies of #0E6B9E
Complementary color
Monochromatic Colors of #0E6B9E
Black with #0E6B9E
Text Example
Text Example
White with #0E6B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6B9E; }
p { color: rgb(14,107,158); }
H1.HeaderClassName
{
color: #0E6B9E;
}
.AnyTagClassName
{
color: #0E6B9E;
}
</style>
background-color css
<style>
a { background-color: #0E6B9E; }
a { background-color: rgb(14,107,158); }
div.DivClassName
{
background-color: #0E6B9E;
}
.BgClassName
{
background-color: #0E6B9E;
}
</style>
border-color css
<style>
span { border-color: #0E6B9E; }
span { border-color: rgb(14,107,158); }
td.TdClassName
{
border-color: #0E6B9E;
}
.TagClassName
{
border-color: #0E6B9E;
}
</style>