Shades of Navy Blue #0374DF
Tints of Navy Blue #0374DF
RGB
CMYK
RGB Variations
Color information
#0374DF (or 0x0374DF) is known color: Navy Blue. HEX triplet: 03, 74 and DF. RGB value is (3,116,223). Sum of RGB (Red+Green+Blue) = 3+116+223=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #0374DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0374DF is #FC8B20. Grayscale: #5D5D5D. Windows color (decimal): -16550689 or 14644227. OLE color: 14644227.
HSL color Cylindrical-coordinate representation of color #0374DF: hue angle of 209.18º 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 #0374DF is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 116 | 223 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.13 |
| HSL | 209.18º | 0.97% | 0.44% | - |
| HSV(B) | 209.18º | 0.99% | 0.87% | - |
| XYZ | 19.6 | 17.84 | 72.22 | - |
| YUV | 94.41 | 200.56 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 223 | 0.99 | 0.48 | 0 | 0.13 | 209.18 | 0.97 | 0.44 |
| Hex | 3 | 74 | DF | 63 | 30 | 0 | D | D1 | 61 | 2C |
| Octal | 3 | 164 | 337 | 143 | 60 | 0 | 15 | 321 | 141 | 54 |
| Binary | 11 | 1110100 | 11011111 | 1100011 | 110000 | 0 | 1101 | 11010001 | 1100001 | 101100 |
Color Harmonies of #0374DF
Complementary color
Monochromatic Colors of #0374DF
Black with #0374DF
Text Example
Text Example
White with #0374DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0374DF; }
p { color: rgb(3,116,223); }
H1.HeaderClassName
{
color: #0374DF;
}
.AnyTagClassName
{
color: #0374DF;
}
</style>
background-color css
<style>
a { background-color: #0374DF; }
a { background-color: rgb(3,116,223); }
div.DivClassName
{
background-color: #0374DF;
}
.BgClassName
{
background-color: #0374DF;
}
</style>
border-color css
<style>
span { border-color: #0374DF; }
span { border-color: rgb(3,116,223); }
td.TdClassName
{
border-color: #0374DF;
}
.TagClassName
{
border-color: #0374DF;
}
</style>