Shades of Dark Cerulean #04507B
Tints of Dark Cerulean #04507B
RGB
CMYK
RGB Variations
Color information
#04507B (or 0x04507B) is known color: Dark Cerulean. HEX triplet: 04, 50 and 7B. RGB value is (4,80,123). Sum of RGB (Red+Green+Blue) = 4+80+123=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #04507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04507B is #FBAF84. Grayscale: #3D3D3D. Windows color (decimal): -16494469 or 8081412. OLE color: 8081412.
HSL color Cylindrical-coordinate representation of color #04507B: hue angle of 201.68º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04507B is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 80 | 123 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.52 |
| HSL | 201.68º | 0.94% | 0.25% | - |
| HSV(B) | 201.68º | 0.97% | 0.48% | - |
| XYZ | 6.49 | 7.19 | 19.79 | - |
| YUV | 62.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 123 | 0.97 | 0.35 | 0 | 0.52 | 201.68 | 0.94 | 0.25 |
| Hex | 4 | 50 | 7B | 61 | 23 | 0 | 34 | CA | 5E | 19 |
| Octal | 4 | 120 | 173 | 141 | 43 | 0 | 64 | 312 | 136 | 31 |
| Binary | 100 | 1010000 | 1111011 | 1100001 | 100011 | 0 | 110100 | 11001010 | 1011110 | 11001 |
Color Harmonies of #04507B
Complementary color
Monochromatic Colors of #04507B
Black with #04507B
Text Example
Text Example
White with #04507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04507B; }
p { color: rgb(4,80,123); }
H1.HeaderClassName
{
color: #04507B;
}
.AnyTagClassName
{
color: #04507B;
}
</style>
background-color css
<style>
a { background-color: #04507B; }
a { background-color: rgb(4,80,123); }
div.DivClassName
{
background-color: #04507B;
}
.BgClassName
{
background-color: #04507B;
}
</style>
border-color css
<style>
span { border-color: #04507B; }
span { border-color: rgb(4,80,123); }
td.TdClassName
{
border-color: #04507B;
}
.TagClassName
{
border-color: #04507B;
}
</style>