Shades of Navy Blue #0375D0
Tints of Navy Blue #0375D0
RGB
CMYK
RGB Variations
Color information
#0375D0 (or 0x0375D0) is known color: Navy Blue. HEX triplet: 03, 75 and D0. RGB value is (3,117,208). Sum of RGB (Red+Green+Blue) = 3+117+208=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 208 (81.64% from 255 or 63.41% from 328); Max value from RGB is 208 - color contains mainly: blue. Hex color #0375D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375D0 is #FC8A2F. Grayscale: #5C5C5C. Windows color (decimal): -16550448 or 13661443. OLE color: 13661443.
HSL color Cylindrical-coordinate representation of color #0375D0: hue angle of 206.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0375D0 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 117 | 208 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.18 |
| HSL | 206.63º | 0.97% | 0.41% | - |
| HSV(B) | 206.63º | 0.99% | 0.82% | - |
| XYZ | 17.78 | 17.3 | 62.08 | - |
| YUV | 93.29 | 192.73 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 208 | 0.99 | 0.44 | 0 | 0.18 | 206.63 | 0.97 | 0.41 |
| Hex | 3 | 75 | D0 | 63 | 2C | 0 | 12 | CF | 61 | 29 |
| Octal | 3 | 165 | 320 | 143 | 54 | 0 | 22 | 317 | 141 | 51 |
| Binary | 11 | 1110101 | 11010000 | 1100011 | 101100 | 0 | 10010 | 11001111 | 1100001 | 101001 |
Color Harmonies of #0375D0
Complementary color
Monochromatic Colors of #0375D0
Black with #0375D0
Text Example
Text Example
White with #0375D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375D0; }
p { color: rgb(3,117,208); }
H1.HeaderClassName
{
color: #0375D0;
}
.AnyTagClassName
{
color: #0375D0;
}
</style>
background-color css
<style>
a { background-color: #0375D0; }
a { background-color: rgb(3,117,208); }
div.DivClassName
{
background-color: #0375D0;
}
.BgClassName
{
background-color: #0375D0;
}
</style>
border-color css
<style>
span { border-color: #0375D0; }
span { border-color: rgb(3,117,208); }
td.TdClassName
{
border-color: #0375D0;
}
.TagClassName
{
border-color: #0375D0;
}
</style>