Shades of Dark Cerulean #015083
Tints of Dark Cerulean #015083
RGB
CMYK
RGB Variations
Color information
#015083 (or 0x015083) is known color: Dark Cerulean. HEX triplet: 01, 50 and 83. RGB value is (1,80,131). Sum of RGB (Red+Green+Blue) = 1+80+131=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #015083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015083 is #FEAF7C. Grayscale: #3D3D3D. Windows color (decimal): -16691069 or 8605697. OLE color: 8605697.
HSL color Cylindrical-coordinate representation of color #015083: hue angle of 203.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015083 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 80 | 131 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.49 |
| HSL | 203.54º | 0.98% | 0.26% | - |
| HSV(B) | 203.54º | 0.99% | 0.51% | - |
| XYZ | 6.98 | 7.38 | 22.53 | - |
| YUV | 62.19 | 166.83 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 131 | 0.99 | 0.39 | 0 | 0.49 | 203.54 | 0.98 | 0.26 |
| Hex | 1 | 50 | 83 | 63 | 27 | 0 | 31 | CC | 62 | 1A |
| Octal | 1 | 120 | 203 | 143 | 47 | 0 | 61 | 314 | 142 | 32 |
| Binary | 1 | 1010000 | 10000011 | 1100011 | 100111 | 0 | 110001 | 11001100 | 1100010 | 11010 |
Color Harmonies of #015083
Complementary color
Monochromatic Colors of #015083
Black with #015083
Text Example
Text Example
White with #015083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015083; }
p { color: rgb(1,80,131); }
H1.HeaderClassName
{
color: #015083;
}
.AnyTagClassName
{
color: #015083;
}
</style>
background-color css
<style>
a { background-color: #015083; }
a { background-color: rgb(1,80,131); }
div.DivClassName
{
background-color: #015083;
}
.BgClassName
{
background-color: #015083;
}
</style>
border-color css
<style>
span { border-color: #015083; }
span { border-color: rgb(1,80,131); }
td.TdClassName
{
border-color: #015083;
}
.TagClassName
{
border-color: #015083;
}
</style>