Shades of Dark Cerulean #015393
Tints of Dark Cerulean #015393
RGB
CMYK
RGB Variations
Color information
#015393 (or 0x015393) is known color: Dark Cerulean. HEX triplet: 01, 53 and 93. RGB value is (1,83,147). Sum of RGB (Red+Green+Blue) = 1+83+147=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #015393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015393 is #FEAC6C. Grayscale: #414141. Windows color (decimal): -16690285 or 9655041. OLE color: 9655041.
HSL color Cylindrical-coordinate representation of color #015393: hue angle of 206.3º 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 #015393 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 83 | 147 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.42 |
| HSL | 206.3º | 0.99% | 0.29% | - |
| HSV(B) | 206.3º | 0.99% | 0.58% | - |
| XYZ | 8.37 | 8.3 | 28.76 | - |
| YUV | 65.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 147 | 0.99 | 0.44 | 0 | 0.42 | 206.3 | 0.99 | 0.29 |
| Hex | 1 | 53 | 93 | 63 | 2C | 0 | 2A | CE | 63 | 1D |
| Octal | 1 | 123 | 223 | 143 | 54 | 0 | 52 | 316 | 143 | 35 |
| Binary | 1 | 1010011 | 10010011 | 1100011 | 101100 | 0 | 101010 | 11001110 | 1100011 | 11101 |
Color Harmonies of #015393
Complementary color
Monochromatic Colors of #015393
Black with #015393
Text Example
Text Example
White with #015393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015393; }
p { color: rgb(1,83,147); }
H1.HeaderClassName
{
color: #015393;
}
.AnyTagClassName
{
color: #015393;
}
</style>
background-color css
<style>
a { background-color: #015393; }
a { background-color: rgb(1,83,147); }
div.DivClassName
{
background-color: #015393;
}
.BgClassName
{
background-color: #015393;
}
</style>
border-color css
<style>
span { border-color: #015393; }
span { border-color: rgb(1,83,147); }
td.TdClassName
{
border-color: #015393;
}
.TagClassName
{
border-color: #015393;
}
</style>