Shades of Dark Cerulean #013783
Tints of Dark Cerulean #013783
RGB
CMYK
RGB Variations
Color information
#013783 (or 0x013783) is known color: Dark Cerulean. HEX triplet: 01, 37 and 83. RGB value is (1,55,131). Sum of RGB (Red+Green+Blue) = 1+55+131=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #013783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013783 is #FEC87C. Grayscale: #2F2F2F. Windows color (decimal): -16697469 or 8599297. OLE color: 8599297.
HSL color Cylindrical-coordinate representation of color #013783: hue angle of 215.08º 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 #013783 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 55 | 131 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.49 |
| HSL | 215.08º | 0.98% | 0.26% | - |
| HSV(B) | 215.08º | 0.99% | 0.51% | - |
| XYZ | 5.48 | 4.38 | 22.03 | - |
| YUV | 47.52 | 175.11 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 131 | 0.99 | 0.58 | 0 | 0.49 | 215.08 | 0.98 | 0.26 |
| Hex | 1 | 37 | 83 | 63 | 3A | 0 | 31 | D7 | 62 | 1A |
| Octal | 1 | 67 | 203 | 143 | 72 | 0 | 61 | 327 | 142 | 32 |
| Binary | 1 | 110111 | 10000011 | 1100011 | 111010 | 0 | 110001 | 11010111 | 1100010 | 11010 |
Color Harmonies of #013783
Complementary color
Monochromatic Colors of #013783
Black with #013783
Text Example
Text Example
White with #013783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013783; }
p { color: rgb(1,55,131); }
H1.HeaderClassName
{
color: #013783;
}
.AnyTagClassName
{
color: #013783;
}
</style>
background-color css
<style>
a { background-color: #013783; }
a { background-color: rgb(1,55,131); }
div.DivClassName
{
background-color: #013783;
}
.BgClassName
{
background-color: #013783;
}
</style>
border-color css
<style>
span { border-color: #013783; }
span { border-color: rgb(1,55,131); }
td.TdClassName
{
border-color: #013783;
}
.TagClassName
{
border-color: #013783;
}
</style>