Shades of Cerulean #0E6FAB
Tints of Cerulean #0E6FAB
RGB
CMYK
RGB Variations
Color information
#0E6FAB (or 0x0E6FAB) is known color: Cerulean. HEX triplet: 0E, 6F and AB. RGB value is (14,111,171). Sum of RGB (Red+Green+Blue) = 14+111+171=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E6FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6FAB is #F19054. Grayscale: #585858. Windows color (decimal): -15831125 or 11235086. OLE color: 11235086.
HSL color Cylindrical-coordinate representation of color #0E6FAB: hue angle of 202.93º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E6FAB is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 111 | 171 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.33 |
| HSL | 202.93º | 0.85% | 0.36% | - |
| HSV(B) | 202.93º | 0.92% | 0.67% | - |
| XYZ | 13.22 | 14.4 | 40.61 | - |
| YUV | 88.84 | 174.36 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 111 | 171 | 0.92 | 0.35 | 0 | 0.33 | 202.93 | 0.85 | 0.36 |
| Hex | E | 6F | AB | 5C | 23 | 0 | 21 | CB | 55 | 24 |
| Octal | 16 | 157 | 253 | 134 | 43 | 0 | 41 | 313 | 125 | 44 |
| Binary | 1110 | 1101111 | 10101011 | 1011100 | 100011 | 0 | 100001 | 11001011 | 1010101 | 100100 |
Color Harmonies of #0E6FAB
Complementary color
Monochromatic Colors of #0E6FAB
Black with #0E6FAB
Text Example
Text Example
White with #0E6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6FAB; }
p { color: rgb(14,111,171); }
H1.HeaderClassName
{
color: #0E6FAB;
}
.AnyTagClassName
{
color: #0E6FAB;
}
</style>
background-color css
<style>
a { background-color: #0E6FAB; }
a { background-color: rgb(14,111,171); }
div.DivClassName
{
background-color: #0E6FAB;
}
.BgClassName
{
background-color: #0E6FAB;
}
</style>
border-color css
<style>
span { border-color: #0E6FAB; }
span { border-color: rgb(14,111,171); }
td.TdClassName
{
border-color: #0E6FAB;
}
.TagClassName
{
border-color: #0E6FAB;
}
</style>