Shades of Cerulean #0E7B9B
Tints of Cerulean #0E7B9B
RGB
CMYK
RGB Variations
Color information
#0E7B9B (or 0x0E7B9B) is known color: Cerulean. HEX triplet: 0E, 7B and 9B. RGB value is (14,123,155). Sum of RGB (Red+Green+Blue) = 14+123+155=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E7B9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7B9B is #F18464. Grayscale: #5D5D5D. Windows color (decimal): -15828069 or 10189582. OLE color: 10189582.
HSL color Cylindrical-coordinate representation of color #0E7B9B: hue angle of 193.62º 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 #0E7B9B is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 123 | 155 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.39 |
| HSL | 193.62º | 0.83% | 0.33% | - |
| HSV(B) | 193.62º | 0.91% | 0.61% | - |
| XYZ | 13.18 | 16.63 | 33.52 | - |
| YUV | 94.06 | 162.39 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 155 | 0.91 | 0.21 | 0 | 0.39 | 193.62 | 0.83 | 0.33 |
| Hex | E | 7B | 9B | 5B | 15 | 0 | 27 | C2 | 53 | 21 |
| Octal | 16 | 173 | 233 | 133 | 25 | 0 | 47 | 302 | 123 | 41 |
| Binary | 1110 | 1111011 | 10011011 | 1011011 | 10101 | 0 | 100111 | 11000010 | 1010011 | 100001 |
Color Harmonies of #0E7B9B
Complementary color
Monochromatic Colors of #0E7B9B
Black with #0E7B9B
Text Example
Text Example
White with #0E7B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7B9B; }
p { color: rgb(14,123,155); }
H1.HeaderClassName
{
color: #0E7B9B;
}
.AnyTagClassName
{
color: #0E7B9B;
}
</style>
background-color css
<style>
a { background-color: #0E7B9B; }
a { background-color: rgb(14,123,155); }
div.DivClassName
{
background-color: #0E7B9B;
}
.BgClassName
{
background-color: #0E7B9B;
}
</style>
border-color css
<style>
span { border-color: #0E7B9B; }
span { border-color: rgb(14,123,155); }
td.TdClassName
{
border-color: #0E7B9B;
}
.TagClassName
{
border-color: #0E7B9B;
}
</style>