Shades of Dark Cerulean #013180
Tints of Dark Cerulean #013180
RGB
CMYK
RGB Variations
Color information
#013180 (or 0x013180) is known color: Dark Cerulean. HEX triplet: 01, 31 and 80. RGB value is (1,49,128). Sum of RGB (Red+Green+Blue) = 1+49+128=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #013180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013180 is #FECE7F. Grayscale: #2B2B2B. Windows color (decimal): -16699008 or 8401153. OLE color: 8401153.
HSL color Cylindrical-coordinate representation of color #013180: hue angle of 217.32º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013180 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 49 | 128 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.50 |
| HSL | 217.32º | 0.98% | 0.25% | - |
| HSV(B) | 217.32º | 0.99% | 0.5% | - |
| XYZ | 5.01 | 3.76 | 20.88 | - |
| YUV | 43.65 | 175.6 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 128 | 0.99 | 0.62 | 0 | 0.50 | 217.32 | 0.98 | 0.25 |
| Hex | 1 | 31 | 80 | 63 | 3E | 0 | 32 | D9 | 62 | 19 |
| Octal | 1 | 61 | 200 | 143 | 76 | 0 | 62 | 331 | 142 | 31 |
| Binary | 1 | 110001 | 10000000 | 1100011 | 111110 | 0 | 110010 | 11011001 | 1100010 | 11001 |
Color Harmonies of #013180
Complementary color
Monochromatic Colors of #013180
Black with #013180
Text Example
Text Example
White with #013180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013180; }
p { color: rgb(1,49,128); }
H1.HeaderClassName
{
color: #013180;
}
.AnyTagClassName
{
color: #013180;
}
</style>
background-color css
<style>
a { background-color: #013180; }
a { background-color: rgb(1,49,128); }
div.DivClassName
{
background-color: #013180;
}
.BgClassName
{
background-color: #013180;
}
</style>
border-color css
<style>
span { border-color: #013180; }
span { border-color: rgb(1,49,128); }
td.TdClassName
{
border-color: #013180;
}
.TagClassName
{
border-color: #013180;
}
</style>