Shades of Dark Cerulean #004385
Tints of Dark Cerulean #004385
RGB
CMYK
RGB Variations
Color information
#004385 (or 0x004385) is known color: Dark Cerulean. HEX triplet: 00, 43 and 85. RGB value is (0,67,133). Sum of RGB (Red+Green+Blue) = 0+67+133=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #004385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004385 is #FFBC7A. Grayscale: #363636. Windows color (decimal): -16759931 or 8733440. OLE color: 8733440.
HSL color Cylindrical-coordinate representation of color #004385: hue angle of 209.77º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004385 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 67 | 133 | - |
| CMYK | 1 | 0.50 | 0 | 0.48 |
| HSL | 209.77º | 1% | 0.26% | - |
| HSV(B) | 209.77º | 1% | 0.52% | - |
| XYZ | 6.24 | 5.71 | 22.96 | - |
| YUV | 54.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 133 | 1 | 0.50 | 0 | 0.48 | 209.77 | 1 | 0.26 |
| Hex | 0 | 43 | 85 | 64 | 32 | 0 | 30 | D2 | 64 | 1A |
| Octal | 0 | 103 | 205 | 144 | 62 | 0 | 60 | 322 | 144 | 32 |
| Binary | 0 | 1000011 | 10000101 | 1100100 | 110010 | 0 | 110000 | 11010010 | 1100100 | 11010 |
Color Harmonies of #004385
Complementary color
Monochromatic Colors of #004385
Black with #004385
Text Example
Text Example
White with #004385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004385; }
p { color: rgb(0,67,133); }
H1.HeaderClassName
{
color: #004385;
}
.AnyTagClassName
{
color: #004385;
}
</style>
background-color css
<style>
a { background-color: #004385; }
a { background-color: rgb(0,67,133); }
div.DivClassName
{
background-color: #004385;
}
.BgClassName
{
background-color: #004385;
}
</style>
border-color css
<style>
span { border-color: #004385; }
span { border-color: rgb(0,67,133); }
td.TdClassName
{
border-color: #004385;
}
.TagClassName
{
border-color: #004385;
}
</style>