Shades of Dark Cerulean #05407F
Tints of Dark Cerulean #05407F
RGB
CMYK
RGB Variations
Color information
#05407F (or 0x05407F) is known color: Dark Cerulean. HEX triplet: 05, 40 and 7F. RGB value is (5,64,127). Sum of RGB (Red+Green+Blue) = 5+64+127=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #05407F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05407F is #FABF80. Grayscale: #353535. Windows color (decimal): -16433025 or 8339461. OLE color: 8339461.
HSL color Cylindrical-coordinate representation of color #05407F: hue angle of 210.98º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05407F is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 64 | 127 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.50 |
| HSL | 210.98º | 0.92% | 0.26% | - |
| HSV(B) | 210.98º | 0.96% | 0.5% | - |
| XYZ | 5.73 | 5.23 | 20.79 | - |
| YUV | 53.54 | 169.45 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 127 | 0.96 | 0.50 | 0 | 0.50 | 210.98 | 0.92 | 0.26 |
| Hex | 5 | 40 | 7F | 60 | 32 | 0 | 32 | D3 | 5C | 1A |
| Octal | 5 | 100 | 177 | 140 | 62 | 0 | 62 | 323 | 134 | 32 |
| Binary | 101 | 1000000 | 1111111 | 1100000 | 110010 | 0 | 110010 | 11010011 | 1011100 | 11010 |
Color Harmonies of #05407F
Complementary color
Monochromatic Colors of #05407F
Black with #05407F
Text Example
Text Example
White with #05407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05407F; }
p { color: rgb(5,64,127); }
H1.HeaderClassName
{
color: #05407F;
}
.AnyTagClassName
{
color: #05407F;
}
</style>
background-color css
<style>
a { background-color: #05407F; }
a { background-color: rgb(5,64,127); }
div.DivClassName
{
background-color: #05407F;
}
.BgClassName
{
background-color: #05407F;
}
</style>
border-color css
<style>
span { border-color: #05407F; }
span { border-color: rgb(5,64,127); }
td.TdClassName
{
border-color: #05407F;
}
.TagClassName
{
border-color: #05407F;
}
</style>