Shades of Dark Cerulean #05407D
Tints of Dark Cerulean #05407D
RGB
CMYK
RGB Variations
Color information
#05407D (or 0x05407D) is known color: Dark Cerulean. HEX triplet: 05, 40 and 7D. RGB value is (5,64,125). Sum of RGB (Red+Green+Blue) = 5+64+125=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #05407D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05407D is #FABF82. Grayscale: #353535. Windows color (decimal): -16433027 or 8208389. OLE color: 8208389.
HSL color Cylindrical-coordinate representation of color #05407D: hue angle of 210.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 #05407D is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 64 | 125 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.51 |
| HSL | 210.5º | 0.92% | 0.25% | - |
| HSV(B) | 210.5º | 0.96% | 0.49% | - |
| XYZ | 5.6 | 5.18 | 20.11 | - |
| YUV | 53.31 | 168.45 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 125 | 0.96 | 0.49 | 0 | 0.51 | 210.5 | 0.92 | 0.25 |
| Hex | 5 | 40 | 7D | 60 | 31 | 0 | 33 | D2 | 5C | 19 |
| Octal | 5 | 100 | 175 | 140 | 61 | 0 | 63 | 322 | 134 | 31 |
| Binary | 101 | 1000000 | 1111101 | 1100000 | 110001 | 0 | 110011 | 11010010 | 1011100 | 11001 |
Color Harmonies of #05407D
Complementary color
Monochromatic Colors of #05407D
Black with #05407D
Text Example
Text Example
White with #05407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05407D; }
p { color: rgb(5,64,125); }
H1.HeaderClassName
{
color: #05407D;
}
.AnyTagClassName
{
color: #05407D;
}
</style>
background-color css
<style>
a { background-color: #05407D; }
a { background-color: rgb(5,64,125); }
div.DivClassName
{
background-color: #05407D;
}
.BgClassName
{
background-color: #05407D;
}
</style>
border-color css
<style>
span { border-color: #05407D; }
span { border-color: rgb(5,64,125); }
td.TdClassName
{
border-color: #05407D;
}
.TagClassName
{
border-color: #05407D;
}
</style>