Shades of Cerulean #0E66A4
Tints of Cerulean #0E66A4
RGB
CMYK
RGB Variations
Color information
#0E66A4 (or 0x0E66A4) is known color: Cerulean. HEX triplet: 0E, 66 and A4. RGB value is (14,102,164). Sum of RGB (Red+Green+Blue) = 14+102+164=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E66A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E66A4 is #F1995B. Grayscale: #525252. Windows color (decimal): -15833436 or 10774030. OLE color: 10774030.
HSL color Cylindrical-coordinate representation of color #0E66A4: hue angle of 204.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E66A4 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 102 | 164 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.36 |
| HSL | 204.8º | 0.84% | 0.35% | - |
| HSV(B) | 204.8º | 0.91% | 0.64% | - |
| XYZ | 11.63 | 12.28 | 36.88 | - |
| YUV | 82.76 | 173.85 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 164 | 0.91 | 0.38 | 0 | 0.36 | 204.8 | 0.84 | 0.35 |
| Hex | E | 66 | A4 | 5B | 26 | 0 | 24 | CD | 54 | 23 |
| Octal | 16 | 146 | 244 | 133 | 46 | 0 | 44 | 315 | 124 | 43 |
| Binary | 1110 | 1100110 | 10100100 | 1011011 | 100110 | 0 | 100100 | 11001101 | 1010100 | 100011 |
Color Harmonies of #0E66A4
Complementary color
Monochromatic Colors of #0E66A4
Black with #0E66A4
Text Example
Text Example
White with #0E66A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E66A4; }
p { color: rgb(14,102,164); }
H1.HeaderClassName
{
color: #0E66A4;
}
.AnyTagClassName
{
color: #0E66A4;
}
</style>
background-color css
<style>
a { background-color: #0E66A4; }
a { background-color: rgb(14,102,164); }
div.DivClassName
{
background-color: #0E66A4;
}
.BgClassName
{
background-color: #0E66A4;
}
</style>
border-color css
<style>
span { border-color: #0E66A4; }
span { border-color: rgb(14,102,164); }
td.TdClassName
{
border-color: #0E66A4;
}
.TagClassName
{
border-color: #0E66A4;
}
</style>