Shades of Dark Cerulean #004382
Tints of Dark Cerulean #004382
RGB
CMYK
RGB Variations
Color information
#004382 (or 0x004382) is known color: Dark Cerulean. HEX triplet: 00, 43 and 82. RGB value is (0,67,130). Sum of RGB (Red+Green+Blue) = 0+67+130=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #004382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004382 is #FFBC7D. Grayscale: #353535. Windows color (decimal): -16759934 or 8536832. OLE color: 8536832.
HSL color Cylindrical-coordinate representation of color #004382: hue angle of 209.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004382 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 67 | 130 | - |
| CMYK | 1 | 0.48 | 0 | 0.49 |
| HSL | 209.08º | 1% | 0.25% | - |
| HSV(B) | 209.08º | 1% | 0.51% | - |
| XYZ | 6.04 | 5.63 | 21.89 | - |
| YUV | 54.15 | 170.8 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 130 | 1 | 0.48 | 0 | 0.49 | 209.08 | 1 | 0.25 |
| Hex | 0 | 43 | 82 | 64 | 30 | 0 | 31 | D1 | 64 | 19 |
| Octal | 0 | 103 | 202 | 144 | 60 | 0 | 61 | 321 | 144 | 31 |
| Binary | 0 | 1000011 | 10000010 | 1100100 | 110000 | 0 | 110001 | 11010001 | 1100100 | 11001 |
Color Harmonies of #004382
Complementary color
Monochromatic Colors of #004382
Black with #004382
Text Example
Text Example
White with #004382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004382; }
p { color: rgb(0,67,130); }
H1.HeaderClassName
{
color: #004382;
}
.AnyTagClassName
{
color: #004382;
}
</style>
background-color css
<style>
a { background-color: #004382; }
a { background-color: rgb(0,67,130); }
div.DivClassName
{
background-color: #004382;
}
.BgClassName
{
background-color: #004382;
}
</style>
border-color css
<style>
span { border-color: #004382; }
span { border-color: rgb(0,67,130); }
td.TdClassName
{
border-color: #004382;
}
.TagClassName
{
border-color: #004382;
}
</style>