Shades of Navy Blue #0375CC
Tints of Navy Blue #0375CC
RGB
CMYK
RGB Variations
Color information
#0375CC (or 0x0375CC) is known color: Navy Blue. HEX triplet: 03, 75 and CC. RGB value is (3,117,204). Sum of RGB (Red+Green+Blue) = 3+117+204=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #0375CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375CC is #FC8A33. Grayscale: #5C5C5C. Windows color (decimal): -16550452 or 13399299. OLE color: 13399299.
HSL color Cylindrical-coordinate representation of color #0375CC: hue angle of 205.97º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0375CC is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 117 | 204 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.2 |
| HSL | 205.97º | 0.97% | 0.41% | - |
| HSV(B) | 205.97º | 0.99% | 0.8% | - |
| XYZ | 17.3 | 17.1 | 59.52 | - |
| YUV | 92.83 | 190.73 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 204 | 0.99 | 0.43 | 0 | 0.2 | 205.97 | 0.97 | 0.41 |
| Hex | 3 | 75 | CC | 63 | 2B | 0 | 14 | CE | 61 | 29 |
| Octal | 3 | 165 | 314 | 143 | 53 | 0 | 24 | 316 | 141 | 51 |
| Binary | 11 | 1110101 | 11001100 | 1100011 | 101011 | 0 | 10100 | 11001110 | 1100001 | 101001 |
Color Harmonies of #0375CC
Complementary color
Monochromatic Colors of #0375CC
Black with #0375CC
Text Example
Text Example
White with #0375CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375CC; }
p { color: rgb(3,117,204); }
H1.HeaderClassName
{
color: #0375CC;
}
.AnyTagClassName
{
color: #0375CC;
}
</style>
background-color css
<style>
a { background-color: #0375CC; }
a { background-color: rgb(3,117,204); }
div.DivClassName
{
background-color: #0375CC;
}
.BgClassName
{
background-color: #0375CC;
}
</style>
border-color css
<style>
span { border-color: #0375CC; }
span { border-color: rgb(3,117,204); }
td.TdClassName
{
border-color: #0375CC;
}
.TagClassName
{
border-color: #0375CC;
}
</style>