Shades of Dark Cerulean #055074
Tints of Dark Cerulean #055074
RGB
CMYK
RGB Variations
Color information
#055074 (or 0x055074) is known color: Dark Cerulean. HEX triplet: 05, 50 and 74. RGB value is (5,80,116). Sum of RGB (Red+Green+Blue) = 5+80+116=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #055074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055074 is #FAAF8B. Grayscale: #3D3D3D. Windows color (decimal): -16428940 or 7622661. OLE color: 7622661.
HSL color Cylindrical-coordinate representation of color #055074: hue angle of 199.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055074 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 80 | 116 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.55 |
| HSL | 199.46º | 0.92% | 0.24% | - |
| HSV(B) | 199.46º | 0.96% | 0.45% | - |
| XYZ | 6.08 | 7.03 | 17.56 | - |
| YUV | 61.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 116 | 0.96 | 0.31 | 0 | 0.55 | 199.46 | 0.92 | 0.24 |
| Hex | 5 | 50 | 74 | 60 | 1F | 0 | 37 | C7 | 5C | 18 |
| Octal | 5 | 120 | 164 | 140 | 37 | 0 | 67 | 307 | 134 | 30 |
| Binary | 101 | 1010000 | 1110100 | 1100000 | 11111 | 0 | 110111 | 11000111 | 1011100 | 11000 |
Color Harmonies of #055074
Complementary color
Monochromatic Colors of #055074
Black with #055074
Text Example
Text Example
White with #055074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055074; }
p { color: rgb(5,80,116); }
H1.HeaderClassName
{
color: #055074;
}
.AnyTagClassName
{
color: #055074;
}
</style>
background-color css
<style>
a { background-color: #055074; }
a { background-color: rgb(5,80,116); }
div.DivClassName
{
background-color: #055074;
}
.BgClassName
{
background-color: #055074;
}
</style>
border-color css
<style>
span { border-color: #055074; }
span { border-color: rgb(5,80,116); }
td.TdClassName
{
border-color: #055074;
}
.TagClassName
{
border-color: #055074;
}
</style>