Shades of Dark Cerulean #004389
Tints of Dark Cerulean #004389
RGB
CMYK
RGB Variations
Color information
#004389 (or 0x004389) is known color: Dark Cerulean. HEX triplet: 00, 43 and 89. RGB value is (0,67,137). Sum of RGB (Red+Green+Blue) = 0+67+137=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #004389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004389 is #FFBC76. Grayscale: #363636. Windows color (decimal): -16759927 or 8995584. OLE color: 8995584.
HSL color Cylindrical-coordinate representation of color #004389: hue angle of 210.66º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004389 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 67 | 137 | - |
| CMYK | 1 | 0.51 | 0 | 0.46 |
| HSL | 210.66º | 1% | 0.27% | - |
| HSV(B) | 210.66º | 1% | 0.54% | - |
| XYZ | 6.52 | 5.82 | 24.45 | - |
| YUV | 54.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 137 | 1 | 0.51 | 0 | 0.46 | 210.66 | 1 | 0.27 |
| Hex | 0 | 43 | 89 | 64 | 33 | 0 | 2E | D3 | 64 | 1B |
| Octal | 0 | 103 | 211 | 144 | 63 | 0 | 56 | 323 | 144 | 33 |
| Binary | 0 | 1000011 | 10001001 | 1100100 | 110011 | 0 | 101110 | 11010011 | 1100100 | 11011 |
Color Harmonies of #004389
Complementary color
Monochromatic Colors of #004389
Black with #004389
Text Example
Text Example
White with #004389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004389; }
p { color: rgb(0,67,137); }
H1.HeaderClassName
{
color: #004389;
}
.AnyTagClassName
{
color: #004389;
}
</style>
background-color css
<style>
a { background-color: #004389; }
a { background-color: rgb(0,67,137); }
div.DivClassName
{
background-color: #004389;
}
.BgClassName
{
background-color: #004389;
}
</style>
border-color css
<style>
span { border-color: #004389; }
span { border-color: rgb(0,67,137); }
td.TdClassName
{
border-color: #004389;
}
.TagClassName
{
border-color: #004389;
}
</style>