Shades of Dark Cerulean #045183
Tints of Dark Cerulean #045183
RGB
CMYK
RGB Variations
Color information
#045183 (or 0x045183) is known color: Dark Cerulean. HEX triplet: 04, 51 and 83. RGB value is (4,81,131). Sum of RGB (Red+Green+Blue) = 4+81+131=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #045183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045183 is #FBAE7C. Grayscale: #3F3F3F. Windows color (decimal): -16494205 or 8605956. OLE color: 8605956.
HSL color Cylindrical-coordinate representation of color #045183: hue angle of 203.62º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045183 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 81 | 131 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.49 |
| HSL | 203.62º | 0.94% | 0.26% | - |
| HSV(B) | 203.62º | 0.97% | 0.51% | - |
| XYZ | 7.09 | 7.55 | 22.56 | - |
| YUV | 63.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 131 | 0.97 | 0.38 | 0 | 0.49 | 203.62 | 0.94 | 0.26 |
| Hex | 4 | 51 | 83 | 61 | 26 | 0 | 31 | CC | 5E | 1A |
| Octal | 4 | 121 | 203 | 141 | 46 | 0 | 61 | 314 | 136 | 32 |
| Binary | 100 | 1010001 | 10000011 | 1100001 | 100110 | 0 | 110001 | 11001100 | 1011110 | 11010 |
Color Harmonies of #045183
Complementary color
Monochromatic Colors of #045183
Black with #045183
Text Example
Text Example
White with #045183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045183; }
p { color: rgb(4,81,131); }
H1.HeaderClassName
{
color: #045183;
}
.AnyTagClassName
{
color: #045183;
}
</style>
background-color css
<style>
a { background-color: #045183; }
a { background-color: rgb(4,81,131); }
div.DivClassName
{
background-color: #045183;
}
.BgClassName
{
background-color: #045183;
}
</style>
border-color css
<style>
span { border-color: #045183; }
span { border-color: rgb(4,81,131); }
td.TdClassName
{
border-color: #045183;
}
.TagClassName
{
border-color: #045183;
}
</style>