Shades of Dark Cerulean #014285
Tints of Dark Cerulean #014285
RGB
CMYK
RGB Variations
Color information
#014285 (or 0x014285) is known color: Dark Cerulean. HEX triplet: 01, 42 and 85. RGB value is (1,66,133). Sum of RGB (Red+Green+Blue) = 1+66+133=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #014285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014285 is #FEBD7A. Grayscale: #353535. Windows color (decimal): -16694651 or 8733185. OLE color: 8733185.
HSL color Cylindrical-coordinate representation of color #014285: hue angle of 210.45º 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 #014285 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 66 | 133 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.48 |
| HSL | 210.45º | 0.99% | 0.26% | - |
| HSV(B) | 210.45º | 0.99% | 0.52% | - |
| XYZ | 6.19 | 5.6 | 22.94 | - |
| YUV | 54.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 133 | 0.99 | 0.50 | 0 | 0.48 | 210.45 | 0.99 | 0.26 |
| Hex | 1 | 42 | 85 | 63 | 32 | 0 | 30 | D2 | 63 | 1A |
| Octal | 1 | 102 | 205 | 143 | 62 | 0 | 60 | 322 | 143 | 32 |
| Binary | 1 | 1000010 | 10000101 | 1100011 | 110010 | 0 | 110000 | 11010010 | 1100011 | 11010 |
Color Harmonies of #014285
Complementary color
Monochromatic Colors of #014285
Black with #014285
Text Example
Text Example
White with #014285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014285; }
p { color: rgb(1,66,133); }
H1.HeaderClassName
{
color: #014285;
}
.AnyTagClassName
{
color: #014285;
}
</style>
background-color css
<style>
a { background-color: #014285; }
a { background-color: rgb(1,66,133); }
div.DivClassName
{
background-color: #014285;
}
.BgClassName
{
background-color: #014285;
}
</style>
border-color css
<style>
span { border-color: #014285; }
span { border-color: rgb(1,66,133); }
td.TdClassName
{
border-color: #014285;
}
.TagClassName
{
border-color: #014285;
}
</style>