Shades of Dark Cerulean #015388
Tints of Dark Cerulean #015388
RGB
CMYK
RGB Variations
Color information
#015388 (or 0x015388) is known color: Dark Cerulean. HEX triplet: 01, 53 and 88. RGB value is (1,83,136). Sum of RGB (Red+Green+Blue) = 1+83+136=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #015388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015388 is #FEAC77. Grayscale: #404040. Windows color (decimal): -16690296 or 8934145. OLE color: 8934145.
HSL color Cylindrical-coordinate representation of color #015388: hue angle of 203.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015388 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 83 | 136 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.47 |
| HSL | 203.56º | 0.99% | 0.27% | - |
| HSV(B) | 203.56º | 0.99% | 0.53% | - |
| XYZ | 7.55 | 7.97 | 24.43 | - |
| YUV | 64.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 136 | 0.99 | 0.39 | 0 | 0.47 | 203.56 | 0.99 | 0.27 |
| Hex | 1 | 53 | 88 | 63 | 27 | 0 | 2F | CC | 63 | 1B |
| Octal | 1 | 123 | 210 | 143 | 47 | 0 | 57 | 314 | 143 | 33 |
| Binary | 1 | 1010011 | 10001000 | 1100011 | 100111 | 0 | 101111 | 11001100 | 1100011 | 11011 |
Color Harmonies of #015388
Complementary color
Monochromatic Colors of #015388
Black with #015388
Text Example
Text Example
White with #015388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015388; }
p { color: rgb(1,83,136); }
H1.HeaderClassName
{
color: #015388;
}
.AnyTagClassName
{
color: #015388;
}
</style>
background-color css
<style>
a { background-color: #015388; }
a { background-color: rgb(1,83,136); }
div.DivClassName
{
background-color: #015388;
}
.BgClassName
{
background-color: #015388;
}
</style>
border-color css
<style>
span { border-color: #015388; }
span { border-color: rgb(1,83,136); }
td.TdClassName
{
border-color: #015388;
}
.TagClassName
{
border-color: #015388;
}
</style>