Shades of Dark Cerulean #045385
Tints of Dark Cerulean #045385
RGB
CMYK
RGB Variations
Color information
#045385 (or 0x045385) is known color: Dark Cerulean. HEX triplet: 04, 53 and 85. RGB value is (4,83,133). Sum of RGB (Red+Green+Blue) = 4+83+133=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #045385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045385 is #FBAC7A. Grayscale: #404040. Windows color (decimal): -16493691 or 8737540. OLE color: 8737540.
HSL color Cylindrical-coordinate representation of color #045385: hue angle of 203.26º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045385 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 83 | 133 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.48 |
| HSL | 203.26º | 0.94% | 0.27% | - |
| HSV(B) | 203.26º | 0.97% | 0.52% | - |
| XYZ | 7.38 | 7.91 | 23.33 | - |
| YUV | 65.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 133 | 0.97 | 0.38 | 0 | 0.48 | 203.26 | 0.94 | 0.27 |
| Hex | 4 | 53 | 85 | 61 | 26 | 0 | 30 | CB | 5E | 1B |
| Octal | 4 | 123 | 205 | 141 | 46 | 0 | 60 | 313 | 136 | 33 |
| Binary | 100 | 1010011 | 10000101 | 1100001 | 100110 | 0 | 110000 | 11001011 | 1011110 | 11011 |
Color Harmonies of #045385
Complementary color
Monochromatic Colors of #045385
Black with #045385
Text Example
Text Example
White with #045385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045385; }
p { color: rgb(4,83,133); }
H1.HeaderClassName
{
color: #045385;
}
.AnyTagClassName
{
color: #045385;
}
</style>
background-color css
<style>
a { background-color: #045385; }
a { background-color: rgb(4,83,133); }
div.DivClassName
{
background-color: #045385;
}
.BgClassName
{
background-color: #045385;
}
</style>
border-color css
<style>
span { border-color: #045385; }
span { border-color: rgb(4,83,133); }
td.TdClassName
{
border-color: #045385;
}
.TagClassName
{
border-color: #045385;
}
</style>