Shades of Navy Blue #0374DE
Tints of Navy Blue #0374DE
RGB
CMYK
RGB Variations
Color information
#0374DE (or 0x0374DE) is known color: Navy Blue. HEX triplet: 03, 74 and DE. RGB value is (3,116,222). Sum of RGB (Red+Green+Blue) = 3+116+222=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #0374DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0374DE is #FC8B21. Grayscale: #5D5D5D. Windows color (decimal): -16550690 or 14578691. OLE color: 14578691.
HSL color Cylindrical-coordinate representation of color #0374DE: hue angle of 209.04º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0374DE is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 116 | 222 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.13 |
| HSL | 209.04º | 0.97% | 0.44% | - |
| HSV(B) | 209.04º | 0.99% | 0.87% | - |
| XYZ | 19.47 | 17.78 | 71.51 | - |
| YUV | 94.3 | 200.06 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 222 | 0.99 | 0.48 | 0 | 0.13 | 209.04 | 0.97 | 0.44 |
| Hex | 3 | 74 | DE | 63 | 30 | 0 | D | D1 | 61 | 2C |
| Octal | 3 | 164 | 336 | 143 | 60 | 0 | 15 | 321 | 141 | 54 |
| Binary | 11 | 1110100 | 11011110 | 1100011 | 110000 | 0 | 1101 | 11010001 | 1100001 | 101100 |
Color Harmonies of #0374DE
Complementary color
Monochromatic Colors of #0374DE
Black with #0374DE
Text Example
Text Example
White with #0374DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0374DE; }
p { color: rgb(3,116,222); }
H1.HeaderClassName
{
color: #0374DE;
}
.AnyTagClassName
{
color: #0374DE;
}
</style>
background-color css
<style>
a { background-color: #0374DE; }
a { background-color: rgb(3,116,222); }
div.DivClassName
{
background-color: #0374DE;
}
.BgClassName
{
background-color: #0374DE;
}
</style>
border-color css
<style>
span { border-color: #0374DE; }
span { border-color: rgb(3,116,222); }
td.TdClassName
{
border-color: #0374DE;
}
.TagClassName
{
border-color: #0374DE;
}
</style>