Shades of Cerulean #0E6BA2
Tints of Cerulean #0E6BA2
RGB
CMYK
RGB Variations
Color information
#0E6BA2 (or 0x0E6BA2) is known color: Cerulean. HEX triplet: 0E, 6B and A2. RGB value is (14,107,162). Sum of RGB (Red+Green+Blue) = 14+107+162=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E6BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6BA2 is #F1945D. Grayscale: #555555. Windows color (decimal): -15832158 or 10644238. OLE color: 10644238.
HSL color Cylindrical-coordinate representation of color #0E6BA2: hue angle of 202.3º 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 #0E6BA2 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 107 | 162 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.36 |
| HSL | 202.3º | 0.84% | 0.35% | - |
| HSV(B) | 202.3º | 0.91% | 0.64% | - |
| XYZ | 11.96 | 13.22 | 36.1 | - |
| YUV | 85.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 162 | 0.91 | 0.34 | 0 | 0.36 | 202.3 | 0.84 | 0.35 |
| Hex | E | 6B | A2 | 5B | 22 | 0 | 24 | CA | 54 | 23 |
| Octal | 16 | 153 | 242 | 133 | 42 | 0 | 44 | 312 | 124 | 43 |
| Binary | 1110 | 1101011 | 10100010 | 1011011 | 100010 | 0 | 100100 | 11001010 | 1010100 | 100011 |
Color Harmonies of #0E6BA2
Complementary color
Monochromatic Colors of #0E6BA2
Black with #0E6BA2
Text Example
Text Example
White with #0E6BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6BA2; }
p { color: rgb(14,107,162); }
H1.HeaderClassName
{
color: #0E6BA2;
}
.AnyTagClassName
{
color: #0E6BA2;
}
</style>
background-color css
<style>
a { background-color: #0E6BA2; }
a { background-color: rgb(14,107,162); }
div.DivClassName
{
background-color: #0E6BA2;
}
.BgClassName
{
background-color: #0E6BA2;
}
</style>
border-color css
<style>
span { border-color: #0E6BA2; }
span { border-color: rgb(14,107,162); }
td.TdClassName
{
border-color: #0E6BA2;
}
.TagClassName
{
border-color: #0E6BA2;
}
</style>