Shades of Navy Blue #003CEE
Tints of Navy Blue #003CEE
RGB
CMYK
RGB Variations
Color information
#003CEE (or 0x003CEE) is known color: Navy Blue. HEX triplet: 00, 3C and EE. RGB value is (0,60,238). Sum of RGB (Red+Green+Blue) = 0+60+238=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #003CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CEE is #FFC311. Grayscale: #3D3D3D. Windows color (decimal): -16761618 or 15612928. OLE color: 15612928.
HSL color Cylindrical-coordinate representation of color #003CEE: hue angle of 224.87º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CEE is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 60 | 238 | - |
| CMYK | 1 | 0.75 | 0 | 0.07 |
| HSL | 224.87º | 1% | 0.47% | - |
| HSV(B) | 224.87º | 1% | 0.93% | - |
| XYZ | 17.05 | 9.4 | 81.81 | - |
| YUV | 62.35 | 227.12 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 238 | 1 | 0.75 | 0 | 0.07 | 224.87 | 1 | 0.47 |
| Hex | 0 | 3C | EE | 64 | 4B | 0 | 7 | E1 | 64 | 2F |
| Octal | 0 | 74 | 356 | 144 | 113 | 0 | 7 | 341 | 144 | 57 |
| Binary | 0 | 111100 | 11101110 | 1100100 | 1001011 | 0 | 111 | 11100001 | 1100100 | 101111 |
Color Harmonies of #003CEE
Complementary color
Monochromatic Colors of #003CEE
Black with #003CEE
Text Example
Text Example
White with #003CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CEE; }
p { color: rgb(0,60,238); }
H1.HeaderClassName
{
color: #003CEE;
}
.AnyTagClassName
{
color: #003CEE;
}
</style>
background-color css
<style>
a { background-color: #003CEE; }
a { background-color: rgb(0,60,238); }
div.DivClassName
{
background-color: #003CEE;
}
.BgClassName
{
background-color: #003CEE;
}
</style>
border-color css
<style>
span { border-color: #003CEE; }
span { border-color: rgb(0,60,238); }
td.TdClassName
{
border-color: #003CEE;
}
.TagClassName
{
border-color: #003CEE;
}
</style>