Shades of Dark Cerulean #013D76
Tints of Dark Cerulean #013D76
RGB
CMYK
RGB Variations
Color information
#013D76 (or 0x013D76) is known color: Dark Cerulean. HEX triplet: 01, 3D and 76. RGB value is (1,61,118). Sum of RGB (Red+Green+Blue) = 1+61+118=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #013D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D76 is #FEC289. Grayscale: #313131. Windows color (decimal): -16695946 or 7748865. OLE color: 7748865.
HSL color Cylindrical-coordinate representation of color #013D76: hue angle of 209.23º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D76 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 61 | 118 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.54 |
| HSL | 209.23º | 0.98% | 0.23% | - |
| HSV(B) | 209.23º | 0.99% | 0.46% | - |
| XYZ | 4.95 | 4.65 | 17.78 | - |
| YUV | 49.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 118 | 0.99 | 0.48 | 0 | 0.54 | 209.23 | 0.98 | 0.23 |
| Hex | 1 | 3D | 76 | 63 | 30 | 0 | 36 | D1 | 62 | 17 |
| Octal | 1 | 75 | 166 | 143 | 60 | 0 | 66 | 321 | 142 | 27 |
| Binary | 1 | 111101 | 1110110 | 1100011 | 110000 | 0 | 110110 | 11010001 | 1100010 | 10111 |
Color Harmonies of #013D76
Complementary color
Monochromatic Colors of #013D76
Black with #013D76
Text Example
Text Example
White with #013D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D76; }
p { color: rgb(1,61,118); }
H1.HeaderClassName
{
color: #013D76;
}
.AnyTagClassName
{
color: #013D76;
}
</style>
background-color css
<style>
a { background-color: #013D76; }
a { background-color: rgb(1,61,118); }
div.DivClassName
{
background-color: #013D76;
}
.BgClassName
{
background-color: #013D76;
}
</style>
border-color css
<style>
span { border-color: #013D76; }
span { border-color: rgb(1,61,118); }
td.TdClassName
{
border-color: #013D76;
}
.TagClassName
{
border-color: #013D76;
}
</style>