Shades of Navy Blue #0375C9
Tints of Navy Blue #0375C9
RGB
CMYK
RGB Variations
Color information
#0375C9 (or 0x0375C9) is known color: Navy Blue. HEX triplet: 03, 75 and C9. RGB value is (3,117,201). Sum of RGB (Red+Green+Blue) = 3+117+201=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 201 (78.91% from 255 or 62.62% from 321); Max value from RGB is 201 - color contains mainly: blue. Hex color #0375C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375C9 is #FC8A36. Grayscale: #5C5C5C. Windows color (decimal): -16550455 or 13202691. OLE color: 13202691.
HSL color Cylindrical-coordinate representation of color #0375C9: hue angle of 205.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0375C9 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 117 | 201 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.21 |
| HSL | 205.45º | 0.97% | 0.4% | - |
| HSV(B) | 205.45º | 0.99% | 0.79% | - |
| XYZ | 16.94 | 16.96 | 57.64 | - |
| YUV | 92.49 | 189.23 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 201 | 0.99 | 0.42 | 0 | 0.21 | 205.45 | 0.97 | 0.4 |
| Hex | 3 | 75 | C9 | 63 | 2A | 0 | 15 | CD | 61 | 28 |
| Octal | 3 | 165 | 311 | 143 | 52 | 0 | 25 | 315 | 141 | 50 |
| Binary | 11 | 1110101 | 11001001 | 1100011 | 101010 | 0 | 10101 | 11001101 | 1100001 | 101000 |
Color Harmonies of #0375C9
Complementary color
Monochromatic Colors of #0375C9
Black with #0375C9
Text Example
Text Example
White with #0375C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375C9; }
p { color: rgb(3,117,201); }
H1.HeaderClassName
{
color: #0375C9;
}
.AnyTagClassName
{
color: #0375C9;
}
</style>
background-color css
<style>
a { background-color: #0375C9; }
a { background-color: rgb(3,117,201); }
div.DivClassName
{
background-color: #0375C9;
}
.BgClassName
{
background-color: #0375C9;
}
</style>
border-color css
<style>
span { border-color: #0375C9; }
span { border-color: rgb(3,117,201); }
td.TdClassName
{
border-color: #0375C9;
}
.TagClassName
{
border-color: #0375C9;
}
</style>