Shades of Dark Cerulean #015593
Tints of Dark Cerulean #015593
RGB
CMYK
RGB Variations
Color information
#015593 (or 0x015593) is known color: Dark Cerulean. HEX triplet: 01, 55 and 93. RGB value is (1,85,147). Sum of RGB (Red+Green+Blue) = 1+85+147=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #015593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015593 is #FEAA6C. Grayscale: #424242. Windows color (decimal): -16689773 or 9655553. OLE color: 9655553.
HSL color Cylindrical-coordinate representation of color #015593: hue angle of 205.48º 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 #015593 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 85 | 147 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.42 |
| HSL | 205.48º | 0.99% | 0.29% | - |
| HSV(B) | 205.48º | 0.99% | 0.58% | - |
| XYZ | 8.53 | 8.61 | 28.82 | - |
| YUV | 66.95 | 173.17 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 147 | 0.99 | 0.42 | 0 | 0.42 | 205.48 | 0.99 | 0.29 |
| Hex | 1 | 55 | 93 | 63 | 2A | 0 | 2A | CD | 63 | 1D |
| Octal | 1 | 125 | 223 | 143 | 52 | 0 | 52 | 315 | 143 | 35 |
| Binary | 1 | 1010101 | 10010011 | 1100011 | 101010 | 0 | 101010 | 11001101 | 1100011 | 11101 |
Color Harmonies of #015593
Complementary color
Monochromatic Colors of #015593
Black with #015593
Text Example
Text Example
White with #015593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015593; }
p { color: rgb(1,85,147); }
H1.HeaderClassName
{
color: #015593;
}
.AnyTagClassName
{
color: #015593;
}
</style>
background-color css
<style>
a { background-color: #015593; }
a { background-color: rgb(1,85,147); }
div.DivClassName
{
background-color: #015593;
}
.BgClassName
{
background-color: #015593;
}
</style>
border-color css
<style>
span { border-color: #015593; }
span { border-color: rgb(1,85,147); }
td.TdClassName
{
border-color: #015593;
}
.TagClassName
{
border-color: #015593;
}
</style>