Shades of Dark Cerulean #015293
Tints of Dark Cerulean #015293
RGB
CMYK
RGB Variations
Color information
#015293 (or 0x015293) is known color: Dark Cerulean. HEX triplet: 01, 52 and 93. RGB value is (1,82,147). Sum of RGB (Red+Green+Blue) = 1+82+147=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #015293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015293 is #FEAD6C. Grayscale: #404040. Windows color (decimal): -16690541 or 9654785. OLE color: 9654785.
HSL color Cylindrical-coordinate representation of color #015293: hue angle of 206.71º 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 #015293 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 82 | 147 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.42 |
| HSL | 206.71º | 0.99% | 0.29% | - |
| HSV(B) | 206.71º | 0.99% | 0.58% | - |
| XYZ | 8.3 | 8.15 | 28.74 | - |
| YUV | 65.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 147 | 0.99 | 0.44 | 0 | 0.42 | 206.71 | 0.99 | 0.29 |
| Hex | 1 | 52 | 93 | 63 | 2C | 0 | 2A | CF | 63 | 1D |
| Octal | 1 | 122 | 223 | 143 | 54 | 0 | 52 | 317 | 143 | 35 |
| Binary | 1 | 1010010 | 10010011 | 1100011 | 101100 | 0 | 101010 | 11001111 | 1100011 | 11101 |
Color Harmonies of #015293
Complementary color
Monochromatic Colors of #015293
Black with #015293
Text Example
Text Example
White with #015293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015293; }
p { color: rgb(1,82,147); }
H1.HeaderClassName
{
color: #015293;
}
.AnyTagClassName
{
color: #015293;
}
</style>
background-color css
<style>
a { background-color: #015293; }
a { background-color: rgb(1,82,147); }
div.DivClassName
{
background-color: #015293;
}
.BgClassName
{
background-color: #015293;
}
</style>
border-color css
<style>
span { border-color: #015293; }
span { border-color: rgb(1,82,147); }
td.TdClassName
{
border-color: #015293;
}
.TagClassName
{
border-color: #015293;
}
</style>