Shades of Navy Blue #0974CA
Tints of Navy Blue #0974CA
RGB
CMYK
RGB Variations
Color information
#0974CA (or 0x0974CA) is known color: Navy Blue. HEX triplet: 09, 74 and CA. RGB value is (9,116,202). Sum of RGB (Red+Green+Blue) = 9+116+202=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #0974CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0974CA is #F68B35. Grayscale: #5D5D5D. Windows color (decimal): -16157494 or 13267977. OLE color: 13267977.
HSL color Cylindrical-coordinate representation of color #0974CA: hue angle of 206.74º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0974CA is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 116 | 202 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.21 |
| HSL | 206.74º | 0.91% | 0.41% | - |
| HSV(B) | 206.74º | 0.96% | 0.79% | - |
| XYZ | 17.02 | 16.81 | 58.23 | - |
| YUV | 93.81 | 189.05 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 202 | 0.96 | 0.43 | 0 | 0.21 | 206.74 | 0.91 | 0.41 |
| Hex | 9 | 74 | CA | 60 | 2B | 0 | 15 | CF | 5B | 29 |
| Octal | 11 | 164 | 312 | 140 | 53 | 0 | 25 | 317 | 133 | 51 |
| Binary | 1001 | 1110100 | 11001010 | 1100000 | 101011 | 0 | 10101 | 11001111 | 1011011 | 101001 |
Color Harmonies of #0974CA
Complementary color
Monochromatic Colors of #0974CA
Black with #0974CA
Text Example
Text Example
White with #0974CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0974CA; }
p { color: rgb(9,116,202); }
H1.HeaderClassName
{
color: #0974CA;
}
.AnyTagClassName
{
color: #0974CA;
}
</style>
background-color css
<style>
a { background-color: #0974CA; }
a { background-color: rgb(9,116,202); }
div.DivClassName
{
background-color: #0974CA;
}
.BgClassName
{
background-color: #0974CA;
}
</style>
border-color css
<style>
span { border-color: #0974CA; }
span { border-color: rgb(9,116,202); }
td.TdClassName
{
border-color: #0974CA;
}
.TagClassName
{
border-color: #0974CA;
}
</style>