Shades of Dark Cerulean #05417D
Tints of Dark Cerulean #05417D
RGB
CMYK
RGB Variations
Color information
#05417D (or 0x05417D) is known color: Dark Cerulean. HEX triplet: 05, 41 and 7D. RGB value is (5,65,125). Sum of RGB (Red+Green+Blue) = 5+65+125=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #05417D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05417D is #FABE82. Grayscale: #353535. Windows color (decimal): -16432771 or 8208645. OLE color: 8208645.
HSL color Cylindrical-coordinate representation of color #05417D: hue angle of 210º 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 #05417D is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 65 | 125 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.51 |
| HSL | 210º | 0.92% | 0.25% | - |
| HSV(B) | 210º | 0.96% | 0.49% | - |
| XYZ | 5.65 | 5.29 | 20.13 | - |
| YUV | 53.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 125 | 0.96 | 0.48 | 0 | 0.51 | 210 | 0.92 | 0.25 |
| Hex | 5 | 41 | 7D | 60 | 30 | 0 | 33 | D2 | 5C | 19 |
| Octal | 5 | 101 | 175 | 140 | 60 | 0 | 63 | 322 | 134 | 31 |
| Binary | 101 | 1000001 | 1111101 | 1100000 | 110000 | 0 | 110011 | 11010010 | 1011100 | 11001 |
Color Harmonies of #05417D
Complementary color
Monochromatic Colors of #05417D
Black with #05417D
Text Example
Text Example
White with #05417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05417D; }
p { color: rgb(5,65,125); }
H1.HeaderClassName
{
color: #05417D;
}
.AnyTagClassName
{
color: #05417D;
}
</style>
background-color css
<style>
a { background-color: #05417D; }
a { background-color: rgb(5,65,125); }
div.DivClassName
{
background-color: #05417D;
}
.BgClassName
{
background-color: #05417D;
}
</style>
border-color css
<style>
span { border-color: #05417D; }
span { border-color: rgb(5,65,125); }
td.TdClassName
{
border-color: #05417D;
}
.TagClassName
{
border-color: #05417D;
}
</style>