Shades of Dark Cerulean #054783
Tints of Dark Cerulean #054783
RGB
CMYK
RGB Variations
Color information
#054783 (or 0x054783) is known color: Dark Cerulean. HEX triplet: 05, 47 and 83. RGB value is (5,71,131). Sum of RGB (Red+Green+Blue) = 5+71+131=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #054783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054783 is #FAB87C. Grayscale: #393939. Windows color (decimal): -16431229 or 8603397. OLE color: 8603397.
HSL color Cylindrical-coordinate representation of color #054783: hue angle of 208.57º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054783 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 71 | 131 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.49 |
| HSL | 208.57º | 0.93% | 0.27% | - |
| HSV(B) | 208.57º | 0.96% | 0.51% | - |
| XYZ | 6.41 | 6.18 | 22.33 | - |
| YUV | 58.11 | 169.13 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 131 | 0.96 | 0.46 | 0 | 0.49 | 208.57 | 0.93 | 0.27 |
| Hex | 5 | 47 | 83 | 60 | 2E | 0 | 31 | D1 | 5D | 1B |
| Octal | 5 | 107 | 203 | 140 | 56 | 0 | 61 | 321 | 135 | 33 |
| Binary | 101 | 1000111 | 10000011 | 1100000 | 101110 | 0 | 110001 | 11010001 | 1011101 | 11011 |
Color Harmonies of #054783
Complementary color
Monochromatic Colors of #054783
Black with #054783
Text Example
Text Example
White with #054783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054783; }
p { color: rgb(5,71,131); }
H1.HeaderClassName
{
color: #054783;
}
.AnyTagClassName
{
color: #054783;
}
</style>
background-color css
<style>
a { background-color: #054783; }
a { background-color: rgb(5,71,131); }
div.DivClassName
{
background-color: #054783;
}
.BgClassName
{
background-color: #054783;
}
</style>
border-color css
<style>
span { border-color: #054783; }
span { border-color: rgb(5,71,131); }
td.TdClassName
{
border-color: #054783;
}
.TagClassName
{
border-color: #054783;
}
</style>