Shades of Dark Cerulean #003785
Tints of Dark Cerulean #003785
RGB
CMYK
RGB Variations
Color information
#003785 (or 0x003785) is known color: Dark Cerulean. HEX triplet: 00, 37 and 85. RGB value is (0,55,133). Sum of RGB (Red+Green+Blue) = 0+55+133=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #003785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003785 is #FFC87A. Grayscale: #2F2F2F. Windows color (decimal): -16763003 or 8730368. OLE color: 8730368.
HSL color Cylindrical-coordinate representation of color #003785: hue angle of 215.19º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003785 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 55 | 133 | - |
| CMYK | 1 | 0.59 | 0 | 0.48 |
| HSL | 215.19º | 1% | 0.26% | - |
| HSV(B) | 215.19º | 1% | 0.52% | - |
| XYZ | 5.6 | 4.43 | 22.75 | - |
| YUV | 47.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 133 | 1 | 0.59 | 0 | 0.48 | 215.19 | 1 | 0.26 |
| Hex | 0 | 37 | 85 | 64 | 3B | 0 | 30 | D7 | 64 | 1A |
| Octal | 0 | 67 | 205 | 144 | 73 | 0 | 60 | 327 | 144 | 32 |
| Binary | 0 | 110111 | 10000101 | 1100100 | 111011 | 0 | 110000 | 11010111 | 1100100 | 11010 |
Color Harmonies of #003785
Complementary color
Monochromatic Colors of #003785
Black with #003785
Text Example
Text Example
White with #003785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003785; }
p { color: rgb(0,55,133); }
H1.HeaderClassName
{
color: #003785;
}
.AnyTagClassName
{
color: #003785;
}
</style>
background-color css
<style>
a { background-color: #003785; }
a { background-color: rgb(0,55,133); }
div.DivClassName
{
background-color: #003785;
}
.BgClassName
{
background-color: #003785;
}
</style>
border-color css
<style>
span { border-color: #003785; }
span { border-color: rgb(0,55,133); }
td.TdClassName
{
border-color: #003785;
}
.TagClassName
{
border-color: #003785;
}
</style>