Shades of Navy Blue #0375EA
Tints of Navy Blue #0375EA
RGB
CMYK
RGB Variations
Color information
#0375EA (or 0x0375EA) is known color: Navy Blue. HEX triplet: 03, 75 and EA. RGB value is (3,117,234). Sum of RGB (Red+Green+Blue) = 3+117+234=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #0375EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0375EA is #FC8A15. Grayscale: #5F5F5F. Windows color (decimal): -16550422 or 15365379. OLE color: 15365379.
HSL color Cylindrical-coordinate representation of color #0375EA: hue angle of 210.39º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0375EA is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 117 | 234 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.08 |
| HSL | 210.39º | 0.97% | 0.46% | - |
| HSV(B) | 210.39º | 0.99% | 0.92% | - |
| XYZ | 21.25 | 18.68 | 80.33 | - |
| YUV | 96.25 | 205.73 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 234 | 0.99 | 0.5 | 0 | 0.08 | 210.39 | 0.97 | 0.46 |
| Hex | 3 | 75 | EA | 63 | 32 | 0 | 8 | D2 | 61 | 2E |
| Octal | 3 | 165 | 352 | 143 | 62 | 0 | 10 | 322 | 141 | 56 |
| Binary | 11 | 1110101 | 11101010 | 1100011 | 110010 | 0 | 1000 | 11010010 | 1100001 | 101110 |
Color Harmonies of #0375EA
Complementary color
Monochromatic Colors of #0375EA
Black with #0375EA
Text Example
Text Example
White with #0375EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375EA; }
p { color: rgb(3,117,234); }
H1.HeaderClassName
{
color: #0375EA;
}
.AnyTagClassName
{
color: #0375EA;
}
</style>
background-color css
<style>
a { background-color: #0375EA; }
a { background-color: rgb(3,117,234); }
div.DivClassName
{
background-color: #0375EA;
}
.BgClassName
{
background-color: #0375EA;
}
</style>
border-color css
<style>
span { border-color: #0375EA; }
span { border-color: rgb(3,117,234); }
td.TdClassName
{
border-color: #0375EA;
}
.TagClassName
{
border-color: #0375EA;
}
</style>