Shades of Dark Cerulean #054868
Tints of Dark Cerulean #054868
RGB
CMYK
RGB Variations
Color information
#054868 (or 0x054868) is known color: Dark Cerulean. HEX triplet: 05, 48 and 68. RGB value is (5,72,104). Sum of RGB (Red+Green+Blue) = 5+72+104=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #054868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054868 is #FAB797. Grayscale: #373737. Windows color (decimal): -16431000 or 6834181. OLE color: 6834181.
HSL color Cylindrical-coordinate representation of color #054868: hue angle of 199.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054868 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 72 | 104 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.59 |
| HSL | 199.39º | 0.91% | 0.21% | - |
| HSV(B) | 199.39º | 0.95% | 0.41% | - |
| XYZ | 4.88 | 5.67 | 13.93 | - |
| YUV | 55.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 104 | 0.95 | 0.31 | 0 | 0.59 | 199.39 | 0.91 | 0.21 |
| Hex | 5 | 48 | 68 | 5F | 1F | 0 | 3B | C7 | 5B | 15 |
| Octal | 5 | 110 | 150 | 137 | 37 | 0 | 73 | 307 | 133 | 25 |
| Binary | 101 | 1001000 | 1101000 | 1011111 | 11111 | 0 | 111011 | 11000111 | 1011011 | 10101 |
Color Harmonies of #054868
Complementary color
Monochromatic Colors of #054868
Black with #054868
Text Example
Text Example
White with #054868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054868; }
p { color: rgb(5,72,104); }
H1.HeaderClassName
{
color: #054868;
}
.AnyTagClassName
{
color: #054868;
}
</style>
background-color css
<style>
a { background-color: #054868; }
a { background-color: rgb(5,72,104); }
div.DivClassName
{
background-color: #054868;
}
.BgClassName
{
background-color: #054868;
}
</style>
border-color css
<style>
span { border-color: #054868; }
span { border-color: rgb(5,72,104); }
td.TdClassName
{
border-color: #054868;
}
.TagClassName
{
border-color: #054868;
}
</style>