Shades of Dark Cerulean #054384
Tints of Dark Cerulean #054384
RGB
CMYK
RGB Variations
Color information
#054384 (or 0x054384) is known color: Dark Cerulean. HEX triplet: 05, 43 and 84. RGB value is (5,67,132). Sum of RGB (Red+Green+Blue) = 5+67+132=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #054384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054384 is #FABC7B. Grayscale: #373737. Windows color (decimal): -16432252 or 8667909. OLE color: 8667909.
HSL color Cylindrical-coordinate representation of color #054384: hue angle of 210.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054384 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 67 | 132 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.48 |
| HSL | 210.71º | 0.93% | 0.27% | - |
| HSV(B) | 210.71º | 0.96% | 0.52% | - |
| XYZ | 6.23 | 5.71 | 22.6 | - |
| YUV | 55.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 132 | 0.96 | 0.49 | 0 | 0.48 | 210.71 | 0.93 | 0.27 |
| Hex | 5 | 43 | 84 | 60 | 31 | 0 | 30 | D3 | 5D | 1B |
| Octal | 5 | 103 | 204 | 140 | 61 | 0 | 60 | 323 | 135 | 33 |
| Binary | 101 | 1000011 | 10000100 | 1100000 | 110001 | 0 | 110000 | 11010011 | 1011101 | 11011 |
Color Harmonies of #054384
Complementary color
Monochromatic Colors of #054384
Black with #054384
Text Example
Text Example
White with #054384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054384; }
p { color: rgb(5,67,132); }
H1.HeaderClassName
{
color: #054384;
}
.AnyTagClassName
{
color: #054384;
}
</style>
background-color css
<style>
a { background-color: #054384; }
a { background-color: rgb(5,67,132); }
div.DivClassName
{
background-color: #054384;
}
.BgClassName
{
background-color: #054384;
}
</style>
border-color css
<style>
span { border-color: #054384; }
span { border-color: rgb(5,67,132); }
td.TdClassName
{
border-color: #054384;
}
.TagClassName
{
border-color: #054384;
}
</style>