Shades of Cerulean #0E649B
Tints of Cerulean #0E649B
RGB
CMYK
RGB Variations
Color information
#0E649B (or 0x0E649B) is known color: Cerulean. HEX triplet: 0E, 64 and 9B. RGB value is (14,100,155). Sum of RGB (Red+Green+Blue) = 14+100+155=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E649B is #F19B64. Grayscale: #505050. Windows color (decimal): -15833957 or 10183694. OLE color: 10183694.
HSL color Cylindrical-coordinate representation of color #0E649B: hue angle of 203.4º 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 #0E649B is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 100 | 155 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.39 |
| HSL | 203.4º | 0.83% | 0.33% | - |
| HSV(B) | 203.4º | 0.91% | 0.61% | - |
| XYZ | 10.65 | 11.57 | 32.68 | - |
| YUV | 80.56 | 170.01 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 155 | 0.91 | 0.35 | 0 | 0.39 | 203.4 | 0.83 | 0.33 |
| Hex | E | 64 | 9B | 5B | 23 | 0 | 27 | CB | 53 | 21 |
| Octal | 16 | 144 | 233 | 133 | 43 | 0 | 47 | 313 | 123 | 41 |
| Binary | 1110 | 1100100 | 10011011 | 1011011 | 100011 | 0 | 100111 | 11001011 | 1010011 | 100001 |
Color Harmonies of #0E649B
Complementary color
Monochromatic Colors of #0E649B
Black with #0E649B
Text Example
Text Example
White with #0E649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E649B; }
p { color: rgb(14,100,155); }
H1.HeaderClassName
{
color: #0E649B;
}
.AnyTagClassName
{
color: #0E649B;
}
</style>
background-color css
<style>
a { background-color: #0E649B; }
a { background-color: rgb(14,100,155); }
div.DivClassName
{
background-color: #0E649B;
}
.BgClassName
{
background-color: #0E649B;
}
</style>
border-color css
<style>
span { border-color: #0E649B; }
span { border-color: rgb(14,100,155); }
td.TdClassName
{
border-color: #0E649B;
}
.TagClassName
{
border-color: #0E649B;
}
</style>