Shades of Dark Cerulean #05547B
Tints of Dark Cerulean #05547B
RGB
CMYK
RGB Variations
Color information
#05547B (or 0x05547B) is known color: Dark Cerulean. HEX triplet: 05, 54 and 7B. RGB value is (5,84,123). Sum of RGB (Red+Green+Blue) = 5+84+123=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #05547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05547B is #FAAB84. Grayscale: #404040. Windows color (decimal): -16427909 or 8082437. OLE color: 8082437.
HSL color Cylindrical-coordinate representation of color #05547B: hue angle of 199.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05547B is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 84 | 123 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.52 |
| HSL | 199.83º | 0.92% | 0.25% | - |
| HSV(B) | 199.83º | 0.96% | 0.48% | - |
| XYZ | 6.81 | 7.8 | 19.89 | - |
| YUV | 64.83 | 160.83 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 123 | 0.96 | 0.32 | 0 | 0.52 | 199.83 | 0.92 | 0.25 |
| Hex | 5 | 54 | 7B | 60 | 20 | 0 | 34 | C8 | 5C | 19 |
| Octal | 5 | 124 | 173 | 140 | 40 | 0 | 64 | 310 | 134 | 31 |
| Binary | 101 | 1010100 | 1111011 | 1100000 | 100000 | 0 | 110100 | 11001000 | 1011100 | 11001 |
Color Harmonies of #05547B
Complementary color
Monochromatic Colors of #05547B
Black with #05547B
Text Example
Text Example
White with #05547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05547B; }
p { color: rgb(5,84,123); }
H1.HeaderClassName
{
color: #05547B;
}
.AnyTagClassName
{
color: #05547B;
}
</style>
background-color css
<style>
a { background-color: #05547B; }
a { background-color: rgb(5,84,123); }
div.DivClassName
{
background-color: #05547B;
}
.BgClassName
{
background-color: #05547B;
}
</style>
border-color css
<style>
span { border-color: #05547B; }
span { border-color: rgb(5,84,123); }
td.TdClassName
{
border-color: #05547B;
}
.TagClassName
{
border-color: #05547B;
}
</style>