Shades of Dark Cerulean #05416F
Tints of Dark Cerulean #05416F
RGB
CMYK
RGB Variations
Color information
#05416F (or 0x05416F) is known color: Dark Cerulean. HEX triplet: 05, 41 and 6F. RGB value is (5,65,111). Sum of RGB (Red+Green+Blue) = 5+65+111=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #05416F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05416F is #FABE90. Grayscale: #343434. Windows color (decimal): -16432785 or 7291141. OLE color: 7291141.
HSL color Cylindrical-coordinate representation of color #05416F: hue angle of 206.04º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05416F is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 65 | 111 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.56 |
| HSL | 206.04º | 0.91% | 0.23% | - |
| HSV(B) | 206.04º | 0.95% | 0.44% | - |
| XYZ | 4.82 | 4.96 | 15.74 | - |
| YUV | 52.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 111 | 0.95 | 0.41 | 0 | 0.56 | 206.04 | 0.91 | 0.23 |
| Hex | 5 | 41 | 6F | 5F | 29 | 0 | 38 | CE | 5B | 17 |
| Octal | 5 | 101 | 157 | 137 | 51 | 0 | 70 | 316 | 133 | 27 |
| Binary | 101 | 1000001 | 1101111 | 1011111 | 101001 | 0 | 111000 | 11001110 | 1011011 | 10111 |
Color Harmonies of #05416F
Complementary color
Monochromatic Colors of #05416F
Black with #05416F
Text Example
Text Example
White with #05416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05416F; }
p { color: rgb(5,65,111); }
H1.HeaderClassName
{
color: #05416F;
}
.AnyTagClassName
{
color: #05416F;
}
</style>
background-color css
<style>
a { background-color: #05416F; }
a { background-color: rgb(5,65,111); }
div.DivClassName
{
background-color: #05416F;
}
.BgClassName
{
background-color: #05416F;
}
</style>
border-color css
<style>
span { border-color: #05416F; }
span { border-color: rgb(5,65,111); }
td.TdClassName
{
border-color: #05416F;
}
.TagClassName
{
border-color: #05416F;
}
</style>