Shades of Dark Cerulean #03418D
Tints of Dark Cerulean #03418D
RGB
CMYK
RGB Variations
Color information
#03418D (or 0x03418D) is known color: Dark Cerulean. HEX triplet: 03, 41 and 8D. RGB value is (3,65,141). Sum of RGB (Red+Green+Blue) = 3+65+141=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #03418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03418D is #FCBE72. Grayscale: #363636. Windows color (decimal): -16563827 or 9257219. OLE color: 9257219.
HSL color Cylindrical-coordinate representation of color #03418D: hue angle of 213.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03418D is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 65 | 141 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.45 |
| HSL | 213.04º | 0.96% | 0.28% | - |
| HSV(B) | 213.04º | 0.98% | 0.55% | - |
| XYZ | 6.74 | 5.72 | 25.95 | - |
| YUV | 55.13 | 176.46 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 141 | 0.98 | 0.54 | 0 | 0.45 | 213.04 | 0.96 | 0.28 |
| Hex | 3 | 41 | 8D | 62 | 36 | 0 | 2D | D5 | 60 | 1C |
| Octal | 3 | 101 | 215 | 142 | 66 | 0 | 55 | 325 | 140 | 34 |
| Binary | 11 | 1000001 | 10001101 | 1100010 | 110110 | 0 | 101101 | 11010101 | 1100000 | 11100 |
Color Harmonies of #03418D
Complementary color
Monochromatic Colors of #03418D
Black with #03418D
Text Example
Text Example
White with #03418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03418D; }
p { color: rgb(3,65,141); }
H1.HeaderClassName
{
color: #03418D;
}
.AnyTagClassName
{
color: #03418D;
}
</style>
background-color css
<style>
a { background-color: #03418D; }
a { background-color: rgb(3,65,141); }
div.DivClassName
{
background-color: #03418D;
}
.BgClassName
{
background-color: #03418D;
}
</style>
border-color css
<style>
span { border-color: #03418D; }
span { border-color: rgb(3,65,141); }
td.TdClassName
{
border-color: #03418D;
}
.TagClassName
{
border-color: #03418D;
}
</style>