Shades of Dark Cerulean #015D93
Tints of Dark Cerulean #015D93
RGB
CMYK
RGB Variations
Color information
#015D93 (or 0x015D93) is known color: Dark Cerulean. HEX triplet: 01, 5D and 93. RGB value is (1,93,147). Sum of RGB (Red+Green+Blue) = 1+93+147=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #015D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D93 is #FEA26C. Grayscale: #474747. Windows color (decimal): -16687725 or 9657601. OLE color: 9657601.
HSL color Cylindrical-coordinate representation of color #015D93: hue angle of 202.19º 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 #015D93 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 93 | 147 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.42 |
| HSL | 202.19º | 0.99% | 0.29% | - |
| HSV(B) | 202.19º | 0.99% | 0.58% | - |
| XYZ | 9.19 | 9.94 | 29.04 | - |
| YUV | 71.65 | 170.52 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 147 | 0.99 | 0.37 | 0 | 0.42 | 202.19 | 0.99 | 0.29 |
| Hex | 1 | 5D | 93 | 63 | 25 | 0 | 2A | CA | 63 | 1D |
| Octal | 1 | 135 | 223 | 143 | 45 | 0 | 52 | 312 | 143 | 35 |
| Binary | 1 | 1011101 | 10010011 | 1100011 | 100101 | 0 | 101010 | 11001010 | 1100011 | 11101 |
Color Harmonies of #015D93
Complementary color
Monochromatic Colors of #015D93
Black with #015D93
Text Example
Text Example
White with #015D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D93; }
p { color: rgb(1,93,147); }
H1.HeaderClassName
{
color: #015D93;
}
.AnyTagClassName
{
color: #015D93;
}
</style>
background-color css
<style>
a { background-color: #015D93; }
a { background-color: rgb(1,93,147); }
div.DivClassName
{
background-color: #015D93;
}
.BgClassName
{
background-color: #015D93;
}
</style>
border-color css
<style>
span { border-color: #015D93; }
span { border-color: rgb(1,93,147); }
td.TdClassName
{
border-color: #015D93;
}
.TagClassName
{
border-color: #015D93;
}
</style>