Shades of Dark Cerulean #05387D
Tints of Dark Cerulean #05387D
RGB
CMYK
RGB Variations
Color information
#05387D (or 0x05387D) is known color: Dark Cerulean. HEX triplet: 05, 38 and 7D. RGB value is (5,56,125). Sum of RGB (Red+Green+Blue) = 5+56+125=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #05387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05387D is #FAC782. Grayscale: #303030. Windows color (decimal): -16435075 or 8206341. OLE color: 8206341.
HSL color Cylindrical-coordinate representation of color #05387D: hue angle of 214.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05387D is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 56 | 125 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.51 |
| HSL | 214.5º | 0.92% | 0.25% | - |
| HSV(B) | 214.5º | 0.96% | 0.49% | - |
| XYZ | 5.18 | 4.34 | 19.97 | - |
| YUV | 48.62 | 171.1 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 125 | 0.96 | 0.55 | 0 | 0.51 | 214.5 | 0.92 | 0.25 |
| Hex | 5 | 38 | 7D | 60 | 37 | 0 | 33 | D6 | 5C | 19 |
| Octal | 5 | 70 | 175 | 140 | 67 | 0 | 63 | 326 | 134 | 31 |
| Binary | 101 | 111000 | 1111101 | 1100000 | 110111 | 0 | 110011 | 11010110 | 1011100 | 11001 |
Color Harmonies of #05387D
Complementary color
Monochromatic Colors of #05387D
Black with #05387D
Text Example
Text Example
White with #05387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05387D; }
p { color: rgb(5,56,125); }
H1.HeaderClassName
{
color: #05387D;
}
.AnyTagClassName
{
color: #05387D;
}
</style>
background-color css
<style>
a { background-color: #05387D; }
a { background-color: rgb(5,56,125); }
div.DivClassName
{
background-color: #05387D;
}
.BgClassName
{
background-color: #05387D;
}
</style>
border-color css
<style>
span { border-color: #05387D; }
span { border-color: rgb(5,56,125); }
td.TdClassName
{
border-color: #05387D;
}
.TagClassName
{
border-color: #05387D;
}
</style>