Shades of Dark Cerulean #015093
Tints of Dark Cerulean #015093
RGB
CMYK
RGB Variations
Color information
#015093 (or 0x015093) is known color: Dark Cerulean. HEX triplet: 01, 50 and 93. RGB value is (1,80,147). Sum of RGB (Red+Green+Blue) = 1+80+147=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #015093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015093 is #FEAF6C. Grayscale: #3F3F3F. Windows color (decimal): -16691053 or 9654273. OLE color: 9654273.
HSL color Cylindrical-coordinate representation of color #015093: hue angle of 207.53º 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 #015093 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 80 | 147 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.42 |
| HSL | 207.53º | 0.99% | 0.29% | - |
| HSV(B) | 207.53º | 0.99% | 0.58% | - |
| XYZ | 8.15 | 7.85 | 28.69 | - |
| YUV | 64.02 | 174.83 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 147 | 0.99 | 0.46 | 0 | 0.42 | 207.53 | 0.99 | 0.29 |
| Hex | 1 | 50 | 93 | 63 | 2E | 0 | 2A | D0 | 63 | 1D |
| Octal | 1 | 120 | 223 | 143 | 56 | 0 | 52 | 320 | 143 | 35 |
| Binary | 1 | 1010000 | 10010011 | 1100011 | 101110 | 0 | 101010 | 11010000 | 1100011 | 11101 |
Color Harmonies of #015093
Complementary color
Monochromatic Colors of #015093
Black with #015093
Text Example
Text Example
White with #015093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015093; }
p { color: rgb(1,80,147); }
H1.HeaderClassName
{
color: #015093;
}
.AnyTagClassName
{
color: #015093;
}
</style>
background-color css
<style>
a { background-color: #015093; }
a { background-color: rgb(1,80,147); }
div.DivClassName
{
background-color: #015093;
}
.BgClassName
{
background-color: #015093;
}
</style>
border-color css
<style>
span { border-color: #015093; }
span { border-color: rgb(1,80,147); }
td.TdClassName
{
border-color: #015093;
}
.TagClassName
{
border-color: #015093;
}
</style>