Shades of Dark Cerulean #00377D
Tints of Dark Cerulean #00377D
RGB
CMYK
RGB Variations
Color information
#00377D (or 0x00377D) is known color: Dark Cerulean. HEX triplet: 00, 37 and 7D. RGB value is (0,55,125). Sum of RGB (Red+Green+Blue) = 0+55+125=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #00377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00377D is #FFC882. Grayscale: #2E2E2E. Windows color (decimal): -16763011 or 8206080. OLE color: 8206080.
HSL color Cylindrical-coordinate representation of color #00377D: hue angle of 213.6º 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 #00377D is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 55 | 125 | - |
| CMYK | 1 | 0.56 | 0 | 0.51 |
| HSL | 213.6º | 1% | 0.25% | - |
| HSV(B) | 213.6º | 1% | 0.49% | - |
| XYZ | 5.07 | 4.21 | 19.95 | - |
| YUV | 46.54 | 172.28 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 125 | 1 | 0.56 | 0 | 0.51 | 213.6 | 1 | 0.25 |
| Hex | 0 | 37 | 7D | 64 | 38 | 0 | 33 | D6 | 64 | 19 |
| Octal | 0 | 67 | 175 | 144 | 70 | 0 | 63 | 326 | 144 | 31 |
| Binary | 0 | 110111 | 1111101 | 1100100 | 111000 | 0 | 110011 | 11010110 | 1100100 | 11001 |
Color Harmonies of #00377D
Complementary color
Monochromatic Colors of #00377D
Black with #00377D
Text Example
Text Example
White with #00377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00377D; }
p { color: rgb(0,55,125); }
H1.HeaderClassName
{
color: #00377D;
}
.AnyTagClassName
{
color: #00377D;
}
</style>
background-color css
<style>
a { background-color: #00377D; }
a { background-color: rgb(0,55,125); }
div.DivClassName
{
background-color: #00377D;
}
.BgClassName
{
background-color: #00377D;
}
</style>
border-color css
<style>
span { border-color: #00377D; }
span { border-color: rgb(0,55,125); }
td.TdClassName
{
border-color: #00377D;
}
.TagClassName
{
border-color: #00377D;
}
</style>