Shades of Dark Cerulean #054967
Tints of Dark Cerulean #054967
RGB
CMYK
RGB Variations
Color information
#054967 (or 0x054967) is known color: Dark Cerulean. HEX triplet: 05, 49 and 67. RGB value is (5,73,103). Sum of RGB (Red+Green+Blue) = 5+73+103=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #054967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054967 is #FAB698. Grayscale: #373737. Windows color (decimal): -16430745 or 6768901. OLE color: 6768901.
HSL color Cylindrical-coordinate representation of color #054967: hue angle of 198.37º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054967 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 73 | 103 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.60 |
| HSL | 198.37º | 0.91% | 0.21% | - |
| HSV(B) | 198.37º | 0.95% | 0.4% | - |
| XYZ | 4.89 | 5.78 | 13.69 | - |
| YUV | 56.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 103 | 0.95 | 0.29 | 0 | 0.60 | 198.37 | 0.91 | 0.21 |
| Hex | 5 | 49 | 67 | 5F | 1D | 0 | 3C | C6 | 5B | 15 |
| Octal | 5 | 111 | 147 | 137 | 35 | 0 | 74 | 306 | 133 | 25 |
| Binary | 101 | 1001001 | 1100111 | 1011111 | 11101 | 0 | 111100 | 11000110 | 1011011 | 10101 |
Color Harmonies of #054967
Complementary color
Monochromatic Colors of #054967
Black with #054967
Text Example
Text Example
White with #054967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054967; }
p { color: rgb(5,73,103); }
H1.HeaderClassName
{
color: #054967;
}
.AnyTagClassName
{
color: #054967;
}
</style>
background-color css
<style>
a { background-color: #054967; }
a { background-color: rgb(5,73,103); }
div.DivClassName
{
background-color: #054967;
}
.BgClassName
{
background-color: #054967;
}
</style>
border-color css
<style>
span { border-color: #054967; }
span { border-color: rgb(5,73,103); }
td.TdClassName
{
border-color: #054967;
}
.TagClassName
{
border-color: #054967;
}
</style>