Shades of Navy Blue #0375EC
Tints of Navy Blue #0375EC
RGB
CMYK
RGB Variations
Color information
#0375EC (or 0x0375EC) is known color: Navy Blue. HEX triplet: 03, 75 and EC. RGB value is (3,117,236). Sum of RGB (Red+Green+Blue) = 3+117+236=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #0375EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0375EC is #FC8A13. Grayscale: #5F5F5F. Windows color (decimal): -16550420 or 15496451. OLE color: 15496451.
HSL color Cylindrical-coordinate representation of color #0375EC: hue angle of 210.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0375EC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 117 | 236 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.07 |
| HSL | 210.64º | 0.97% | 0.47% | - |
| HSV(B) | 210.64º | 0.99% | 0.93% | - |
| XYZ | 21.54 | 18.8 | 81.85 | - |
| YUV | 96.48 | 206.73 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 236 | 0.99 | 0.50 | 0 | 0.07 | 210.64 | 0.97 | 0.47 |
| Hex | 3 | 75 | EC | 63 | 32 | 0 | 7 | D3 | 61 | 2F |
| Octal | 3 | 165 | 354 | 143 | 62 | 0 | 7 | 323 | 141 | 57 |
| Binary | 11 | 1110101 | 11101100 | 1100011 | 110010 | 0 | 111 | 11010011 | 1100001 | 101111 |
Color Harmonies of #0375EC
Complementary color
Monochromatic Colors of #0375EC
Black with #0375EC
Text Example
Text Example
White with #0375EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375EC; }
p { color: rgb(3,117,236); }
H1.HeaderClassName
{
color: #0375EC;
}
.AnyTagClassName
{
color: #0375EC;
}
</style>
background-color css
<style>
a { background-color: #0375EC; }
a { background-color: rgb(3,117,236); }
div.DivClassName
{
background-color: #0375EC;
}
.BgClassName
{
background-color: #0375EC;
}
</style>
border-color css
<style>
span { border-color: #0375EC; }
span { border-color: rgb(3,117,236); }
td.TdClassName
{
border-color: #0375EC;
}
.TagClassName
{
border-color: #0375EC;
}
</style>