Shades of Dark Cerulean #004B6E
Tints of Dark Cerulean #004B6E
RGB
CMYK
RGB Variations
Color information
#004B6E (or 0x004B6E) is known color: Dark Cerulean. HEX triplet: 00, 4B and 6E. RGB value is (0,75,110). Sum of RGB (Red+Green+Blue) = 0+75+110=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #004B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B6E is #FFB491. Grayscale: #383838. Windows color (decimal): -16757906 or 7228160. OLE color: 7228160.
HSL color Cylindrical-coordinate representation of color #004B6E: hue angle of 199.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B6E is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 75 | 110 | - |
| CMYK | 1 | 0.32 | 0 | 0.57 |
| HSL | 199.09º | 1% | 0.22% | - |
| HSV(B) | 199.09º | 1% | 0.43% | - |
| XYZ | 5.33 | 6.16 | 15.66 | - |
| YUV | 56.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 110 | 1 | 0.32 | 0 | 0.57 | 199.09 | 1 | 0.22 |
| Hex | 0 | 4B | 6E | 64 | 20 | 0 | 39 | C7 | 64 | 16 |
| Octal | 0 | 113 | 156 | 144 | 40 | 0 | 71 | 307 | 144 | 26 |
| Binary | 0 | 1001011 | 1101110 | 1100100 | 100000 | 0 | 111001 | 11000111 | 1100100 | 10110 |
Color Harmonies of #004B6E
Complementary color
Monochromatic Colors of #004B6E
Black with #004B6E
Text Example
Text Example
White with #004B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B6E; }
p { color: rgb(0,75,110); }
H1.HeaderClassName
{
color: #004B6E;
}
.AnyTagClassName
{
color: #004B6E;
}
</style>
background-color css
<style>
a { background-color: #004B6E; }
a { background-color: rgb(0,75,110); }
div.DivClassName
{
background-color: #004B6E;
}
.BgClassName
{
background-color: #004B6E;
}
</style>
border-color css
<style>
span { border-color: #004B6E; }
span { border-color: rgb(0,75,110); }
td.TdClassName
{
border-color: #004B6E;
}
.TagClassName
{
border-color: #004B6E;
}
</style>