Shades of Dark Cerulean #014975
Tints of Dark Cerulean #014975
RGB
CMYK
RGB Variations
Color information
#014975 (or 0x014975) is known color: Dark Cerulean. HEX triplet: 01, 49 and 75. RGB value is (1,73,117). Sum of RGB (Red+Green+Blue) = 1+73+117=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #014975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014975 is #FEB68A. Grayscale: #383838. Windows color (decimal): -16692875 or 7686401. OLE color: 7686401.
HSL color Cylindrical-coordinate representation of color #014975: hue angle of 202.76º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014975 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 73 | 117 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.54 |
| HSL | 202.76º | 0.98% | 0.23% | - |
| HSV(B) | 202.76º | 0.99% | 0.46% | - |
| XYZ | 5.61 | 6.06 | 17.7 | - |
| YUV | 56.49 | 162.15 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 117 | 0.99 | 0.38 | 0 | 0.54 | 202.76 | 0.98 | 0.23 |
| Hex | 1 | 49 | 75 | 63 | 26 | 0 | 36 | CB | 62 | 17 |
| Octal | 1 | 111 | 165 | 143 | 46 | 0 | 66 | 313 | 142 | 27 |
| Binary | 1 | 1001001 | 1110101 | 1100011 | 100110 | 0 | 110110 | 11001011 | 1100010 | 10111 |
Color Harmonies of #014975
Complementary color
Monochromatic Colors of #014975
Black with #014975
Text Example
Text Example
White with #014975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014975; }
p { color: rgb(1,73,117); }
H1.HeaderClassName
{
color: #014975;
}
.AnyTagClassName
{
color: #014975;
}
</style>
background-color css
<style>
a { background-color: #014975; }
a { background-color: rgb(1,73,117); }
div.DivClassName
{
background-color: #014975;
}
.BgClassName
{
background-color: #014975;
}
</style>
border-color css
<style>
span { border-color: #014975; }
span { border-color: rgb(1,73,117); }
td.TdClassName
{
border-color: #014975;
}
.TagClassName
{
border-color: #014975;
}
</style>