Shades of Navy Blue #0975DA
Tints of Navy Blue #0975DA
RGB
CMYK
RGB Variations
Color information
#0975DA (or 0x0975DA) is known color: Navy Blue. HEX triplet: 09, 75 and DA. RGB value is (9,117,218). Sum of RGB (Red+Green+Blue) = 9+117+218=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #0975DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0975DA is #F68A25. Grayscale: #5F5F5F. Windows color (decimal): -16157222 or 14316809. OLE color: 14316809.
HSL color Cylindrical-coordinate representation of color #0975DA: hue angle of 209º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0975DA is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 117 | 218 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.15 |
| HSL | 209º | 0.92% | 0.45% | - |
| HSV(B) | 209º | 0.96% | 0.85% | - |
| XYZ | 19.13 | 17.84 | 68.77 | - |
| YUV | 96.22 | 196.72 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 218 | 0.96 | 0.46 | 0 | 0.15 | 209 | 0.92 | 0.45 |
| Hex | 9 | 75 | DA | 60 | 2E | 0 | F | D1 | 5C | 2D |
| Octal | 11 | 165 | 332 | 140 | 56 | 0 | 17 | 321 | 134 | 55 |
| Binary | 1001 | 1110101 | 11011010 | 1100000 | 101110 | 0 | 1111 | 11010001 | 1011100 | 101101 |
Color Harmonies of #0975DA
Complementary color
Monochromatic Colors of #0975DA
Black with #0975DA
Text Example
Text Example
White with #0975DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0975DA; }
p { color: rgb(9,117,218); }
H1.HeaderClassName
{
color: #0975DA;
}
.AnyTagClassName
{
color: #0975DA;
}
</style>
background-color css
<style>
a { background-color: #0975DA; }
a { background-color: rgb(9,117,218); }
div.DivClassName
{
background-color: #0975DA;
}
.BgClassName
{
background-color: #0975DA;
}
</style>
border-color css
<style>
span { border-color: #0975DA; }
span { border-color: rgb(9,117,218); }
td.TdClassName
{
border-color: #0975DA;
}
.TagClassName
{
border-color: #0975DA;
}
</style>