Shades of Dark Cerulean #045283
Tints of Dark Cerulean #045283
RGB
CMYK
RGB Variations
Color information
#045283 (or 0x045283) is known color: Dark Cerulean. HEX triplet: 04, 52 and 83. RGB value is (4,82,131). Sum of RGB (Red+Green+Blue) = 4+82+131=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #045283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045283 is #FBAD7C. Grayscale: #3F3F3F. Windows color (decimal): -16493949 or 8606212. OLE color: 8606212.
HSL color Cylindrical-coordinate representation of color #045283: hue angle of 203.15º 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 #045283 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 82 | 131 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.49 |
| HSL | 203.15º | 0.94% | 0.26% | - |
| HSV(B) | 203.15º | 0.97% | 0.51% | - |
| XYZ | 7.16 | 7.7 | 22.58 | - |
| YUV | 64.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 131 | 0.97 | 0.37 | 0 | 0.49 | 203.15 | 0.94 | 0.26 |
| Hex | 4 | 52 | 83 | 61 | 25 | 0 | 31 | CB | 5E | 1A |
| Octal | 4 | 122 | 203 | 141 | 45 | 0 | 61 | 313 | 136 | 32 |
| Binary | 100 | 1010010 | 10000011 | 1100001 | 100101 | 0 | 110001 | 11001011 | 1011110 | 11010 |
Color Harmonies of #045283
Complementary color
Monochromatic Colors of #045283
Black with #045283
Text Example
Text Example
White with #045283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045283; }
p { color: rgb(4,82,131); }
H1.HeaderClassName
{
color: #045283;
}
.AnyTagClassName
{
color: #045283;
}
</style>
background-color css
<style>
a { background-color: #045283; }
a { background-color: rgb(4,82,131); }
div.DivClassName
{
background-color: #045283;
}
.BgClassName
{
background-color: #045283;
}
</style>
border-color css
<style>
span { border-color: #045283; }
span { border-color: rgb(4,82,131); }
td.TdClassName
{
border-color: #045283;
}
.TagClassName
{
border-color: #045283;
}
</style>