Shades of Dark Cerulean #015683
Tints of Dark Cerulean #015683
RGB
CMYK
RGB Variations
Color information
#015683 (or 0x015683) is known color: Dark Cerulean. HEX triplet: 01, 56 and 83. RGB value is (1,86,131). Sum of RGB (Red+Green+Blue) = 1+86+131=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #015683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015683 is #FEA97C. Grayscale: #414141. Windows color (decimal): -16689533 or 8607233. OLE color: 8607233.
HSL color Cylindrical-coordinate representation of color #015683: hue angle of 200.77º 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 #015683 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 86 | 131 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.49 |
| HSL | 200.77º | 0.98% | 0.26% | - |
| HSV(B) | 200.77º | 0.99% | 0.51% | - |
| XYZ | 7.44 | 8.3 | 22.68 | - |
| YUV | 65.72 | 164.84 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 131 | 0.99 | 0.34 | 0 | 0.49 | 200.77 | 0.98 | 0.26 |
| Hex | 1 | 56 | 83 | 63 | 22 | 0 | 31 | C9 | 62 | 1A |
| Octal | 1 | 126 | 203 | 143 | 42 | 0 | 61 | 311 | 142 | 32 |
| Binary | 1 | 1010110 | 10000011 | 1100011 | 100010 | 0 | 110001 | 11001001 | 1100010 | 11010 |
Color Harmonies of #015683
Complementary color
Monochromatic Colors of #015683
Black with #015683
Text Example
Text Example
White with #015683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015683; }
p { color: rgb(1,86,131); }
H1.HeaderClassName
{
color: #015683;
}
.AnyTagClassName
{
color: #015683;
}
</style>
background-color css
<style>
a { background-color: #015683; }
a { background-color: rgb(1,86,131); }
div.DivClassName
{
background-color: #015683;
}
.BgClassName
{
background-color: #015683;
}
</style>
border-color css
<style>
span { border-color: #015683; }
span { border-color: rgb(1,86,131); }
td.TdClassName
{
border-color: #015683;
}
.TagClassName
{
border-color: #015683;
}
</style>