Shades of Navy Blue #0375DD
Tints of Navy Blue #0375DD
RGB
CMYK
RGB Variations
Color information
#0375DD (or 0x0375DD) is known color: Navy Blue. HEX triplet: 03, 75 and DD. RGB value is (3,117,221). Sum of RGB (Red+Green+Blue) = 3+117+221=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #0375DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375DD is #FC8A22. Grayscale: #5E5E5E. Windows color (decimal): -16550435 or 14513411. OLE color: 14513411.
HSL color Cylindrical-coordinate representation of color #0375DD: hue angle of 208.62º 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 #0375DD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 117 | 221 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.13 |
| HSL | 208.62º | 0.97% | 0.44% | - |
| HSV(B) | 208.62º | 0.99% | 0.87% | - |
| XYZ | 19.45 | 17.96 | 70.85 | - |
| YUV | 94.77 | 199.23 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 221 | 0.99 | 0.47 | 0 | 0.13 | 208.62 | 0.97 | 0.44 |
| Hex | 3 | 75 | DD | 63 | 2F | 0 | D | D1 | 61 | 2C |
| Octal | 3 | 165 | 335 | 143 | 57 | 0 | 15 | 321 | 141 | 54 |
| Binary | 11 | 1110101 | 11011101 | 1100011 | 101111 | 0 | 1101 | 11010001 | 1100001 | 101100 |
Color Harmonies of #0375DD
Complementary color
Monochromatic Colors of #0375DD
Black with #0375DD
Text Example
Text Example
White with #0375DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375DD; }
p { color: rgb(3,117,221); }
H1.HeaderClassName
{
color: #0375DD;
}
.AnyTagClassName
{
color: #0375DD;
}
</style>
background-color css
<style>
a { background-color: #0375DD; }
a { background-color: rgb(3,117,221); }
div.DivClassName
{
background-color: #0375DD;
}
.BgClassName
{
background-color: #0375DD;
}
</style>
border-color css
<style>
span { border-color: #0375DD; }
span { border-color: rgb(3,117,221); }
td.TdClassName
{
border-color: #0375DD;
}
.TagClassName
{
border-color: #0375DD;
}
</style>