Shades of Dark Cerulean #015385
Tints of Dark Cerulean #015385
RGB
CMYK
RGB Variations
Color information
#015385 (or 0x015385) is known color: Dark Cerulean. HEX triplet: 01, 53 and 85. RGB value is (1,83,133). Sum of RGB (Red+Green+Blue) = 1+83+133=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #015385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015385 is #FEAC7A. Grayscale: #3F3F3F. Windows color (decimal): -16690299 or 8737537. OLE color: 8737537.
HSL color Cylindrical-coordinate representation of color #015385: hue angle of 202.73º 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 #015385 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 83 | 133 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.48 |
| HSL | 202.73º | 0.99% | 0.26% | - |
| HSV(B) | 202.73º | 0.99% | 0.52% | - |
| XYZ | 7.34 | 7.89 | 23.33 | - |
| YUV | 64.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 133 | 0.99 | 0.38 | 0 | 0.48 | 202.73 | 0.99 | 0.26 |
| Hex | 1 | 53 | 85 | 63 | 26 | 0 | 30 | CB | 63 | 1A |
| Octal | 1 | 123 | 205 | 143 | 46 | 0 | 60 | 313 | 143 | 32 |
| Binary | 1 | 1010011 | 10000101 | 1100011 | 100110 | 0 | 110000 | 11001011 | 1100011 | 11010 |
Color Harmonies of #015385
Complementary color
Monochromatic Colors of #015385
Black with #015385
Text Example
Text Example
White with #015385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015385; }
p { color: rgb(1,83,133); }
H1.HeaderClassName
{
color: #015385;
}
.AnyTagClassName
{
color: #015385;
}
</style>
background-color css
<style>
a { background-color: #015385; }
a { background-color: rgb(1,83,133); }
div.DivClassName
{
background-color: #015385;
}
.BgClassName
{
background-color: #015385;
}
</style>
border-color css
<style>
span { border-color: #015385; }
span { border-color: rgb(1,83,133); }
td.TdClassName
{
border-color: #015385;
}
.TagClassName
{
border-color: #015385;
}
</style>