Shades of Dark Cerulean #015D90
Tints of Dark Cerulean #015D90
RGB
CMYK
RGB Variations
Color information
#015D90 (or 0x015D90) is known color: Dark Cerulean. HEX triplet: 01, 5D and 90. RGB value is (1,93,144). Sum of RGB (Red+Green+Blue) = 1+93+144=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #015D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D90 is #FEA26F. Grayscale: #474747. Windows color (decimal): -16687728 or 9460993. OLE color: 9460993.
HSL color Cylindrical-coordinate representation of color #015D90: hue angle of 201.4º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D90 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 93 | 144 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.44 |
| HSL | 201.4º | 0.99% | 0.28% | - |
| HSV(B) | 201.4º | 0.99% | 0.56% | - |
| XYZ | 8.96 | 9.85 | 27.81 | - |
| YUV | 71.31 | 169.02 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 144 | 0.99 | 0.35 | 0 | 0.44 | 201.4 | 0.99 | 0.28 |
| Hex | 1 | 5D | 90 | 63 | 23 | 0 | 2C | C9 | 63 | 1C |
| Octal | 1 | 135 | 220 | 143 | 43 | 0 | 54 | 311 | 143 | 34 |
| Binary | 1 | 1011101 | 10010000 | 1100011 | 100011 | 0 | 101100 | 11001001 | 1100011 | 11100 |
Color Harmonies of #015D90
Complementary color
Monochromatic Colors of #015D90
Black with #015D90
Text Example
Text Example
White with #015D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D90; }
p { color: rgb(1,93,144); }
H1.HeaderClassName
{
color: #015D90;
}
.AnyTagClassName
{
color: #015D90;
}
</style>
background-color css
<style>
a { background-color: #015D90; }
a { background-color: rgb(1,93,144); }
div.DivClassName
{
background-color: #015D90;
}
.BgClassName
{
background-color: #015D90;
}
</style>
border-color css
<style>
span { border-color: #015D90; }
span { border-color: rgb(1,93,144); }
td.TdClassName
{
border-color: #015D90;
}
.TagClassName
{
border-color: #015D90;
}
</style>