Shades of Dark Cerulean #014D93
Tints of Dark Cerulean #014D93
RGB
CMYK
RGB Variations
Color information
#014D93 (or 0x014D93) is known color: Dark Cerulean. HEX triplet: 01, 4D and 93. RGB value is (1,77,147). Sum of RGB (Red+Green+Blue) = 1+77+147=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #014D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014D93 is #FEB26C. Grayscale: #3D3D3D. Windows color (decimal): -16691821 or 9653505. OLE color: 9653505.
HSL color Cylindrical-coordinate representation of color #014D93: hue angle of 208.77º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D93 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 77 | 147 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.42 |
| HSL | 208.77º | 0.99% | 0.29% | - |
| HSV(B) | 208.77º | 0.99% | 0.58% | - |
| XYZ | 7.93 | 7.42 | 28.62 | - |
| YUV | 62.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 147 | 0.99 | 0.48 | 0 | 0.42 | 208.77 | 0.99 | 0.29 |
| Hex | 1 | 4D | 93 | 63 | 30 | 0 | 2A | D1 | 63 | 1D |
| Octal | 1 | 115 | 223 | 143 | 60 | 0 | 52 | 321 | 143 | 35 |
| Binary | 1 | 1001101 | 10010011 | 1100011 | 110000 | 0 | 101010 | 11010001 | 1100011 | 11101 |
Color Harmonies of #014D93
Complementary color
Monochromatic Colors of #014D93
Black with #014D93
Text Example
Text Example
White with #014D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D93; }
p { color: rgb(1,77,147); }
H1.HeaderClassName
{
color: #014D93;
}
.AnyTagClassName
{
color: #014D93;
}
</style>
background-color css
<style>
a { background-color: #014D93; }
a { background-color: rgb(1,77,147); }
div.DivClassName
{
background-color: #014D93;
}
.BgClassName
{
background-color: #014D93;
}
</style>
border-color css
<style>
span { border-color: #014D93; }
span { border-color: rgb(1,77,147); }
td.TdClassName
{
border-color: #014D93;
}
.TagClassName
{
border-color: #014D93;
}
</style>