Shades of Dark Cerulean #014985
Tints of Dark Cerulean #014985
RGB
CMYK
RGB Variations
Color information
#014985 (or 0x014985) is known color: Dark Cerulean. HEX triplet: 01, 49 and 85. RGB value is (1,73,133). Sum of RGB (Red+Green+Blue) = 1+73+133=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #014985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014985 is #FEB67A. Grayscale: #3A3A3A. Windows color (decimal): -16692859 or 8734977. OLE color: 8734977.
HSL color Cylindrical-coordinate representation of color #014985: hue angle of 207.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014985 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 73 | 133 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.48 |
| HSL | 207.27º | 0.99% | 0.26% | - |
| HSV(B) | 207.27º | 0.99% | 0.52% | - |
| XYZ | 6.63 | 6.46 | 23.09 | - |
| YUV | 58.31 | 170.15 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 133 | 0.99 | 0.45 | 0 | 0.48 | 207.27 | 0.99 | 0.26 |
| Hex | 1 | 49 | 85 | 63 | 2D | 0 | 30 | CF | 63 | 1A |
| Octal | 1 | 111 | 205 | 143 | 55 | 0 | 60 | 317 | 143 | 32 |
| Binary | 1 | 1001001 | 10000101 | 1100011 | 101101 | 0 | 110000 | 11001111 | 1100011 | 11010 |
Color Harmonies of #014985
Complementary color
Monochromatic Colors of #014985
Black with #014985
Text Example
Text Example
White with #014985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014985; }
p { color: rgb(1,73,133); }
H1.HeaderClassName
{
color: #014985;
}
.AnyTagClassName
{
color: #014985;
}
</style>
background-color css
<style>
a { background-color: #014985; }
a { background-color: rgb(1,73,133); }
div.DivClassName
{
background-color: #014985;
}
.BgClassName
{
background-color: #014985;
}
</style>
border-color css
<style>
span { border-color: #014985; }
span { border-color: rgb(1,73,133); }
td.TdClassName
{
border-color: #014985;
}
.TagClassName
{
border-color: #014985;
}
</style>