Shades of Dark Cerulean #003C7D
Tints of Dark Cerulean #003C7D
RGB
CMYK
RGB Variations
Color information
#003C7D (or 0x003C7D) is known color: Dark Cerulean. HEX triplet: 00, 3C and 7D. RGB value is (0,60,125). Sum of RGB (Red+Green+Blue) = 0+60+125=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #003C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C7D is #FFC382. Grayscale: #313131. Windows color (decimal): -16761731 or 8207360. OLE color: 8207360.
HSL color Cylindrical-coordinate representation of color #003C7D: hue angle of 211.2º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C7D is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 60 | 125 | - |
| CMYK | 1 | 0.52 | 0 | 0.51 |
| HSL | 211.2º | 1% | 0.25% | - |
| HSV(B) | 211.2º | 1% | 0.49% | - |
| XYZ | 5.32 | 4.71 | 20.03 | - |
| YUV | 49.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 125 | 1 | 0.52 | 0 | 0.51 | 211.2 | 1 | 0.25 |
| Hex | 0 | 3C | 7D | 64 | 34 | 0 | 33 | D3 | 64 | 19 |
| Octal | 0 | 74 | 175 | 144 | 64 | 0 | 63 | 323 | 144 | 31 |
| Binary | 0 | 111100 | 1111101 | 1100100 | 110100 | 0 | 110011 | 11010011 | 1100100 | 11001 |
Color Harmonies of #003C7D
Complementary color
Monochromatic Colors of #003C7D
Black with #003C7D
Text Example
Text Example
White with #003C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C7D; }
p { color: rgb(0,60,125); }
H1.HeaderClassName
{
color: #003C7D;
}
.AnyTagClassName
{
color: #003C7D;
}
</style>
background-color css
<style>
a { background-color: #003C7D; }
a { background-color: rgb(0,60,125); }
div.DivClassName
{
background-color: #003C7D;
}
.BgClassName
{
background-color: #003C7D;
}
</style>
border-color css
<style>
span { border-color: #003C7D; }
span { border-color: rgb(0,60,125); }
td.TdClassName
{
border-color: #003C7D;
}
.TagClassName
{
border-color: #003C7D;
}
</style>