Shades of Navy Blue #0A79CF
Tints of Navy Blue #0A79CF
RGB
CMYK
RGB Variations
Color information
#0A79CF (or 0x0A79CF) is known color: Navy Blue. HEX triplet: 0A, 79 and CF. RGB value is (10,121,207). Sum of RGB (Red+Green+Blue) = 10+121+207=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A79CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A79CF is #F58630. Grayscale: #616161. Windows color (decimal): -16090673 or 13596938. OLE color: 13596938.
HSL color Cylindrical-coordinate representation of color #0A79CF: hue angle of 206.19º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A79CF is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 121 | 207 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.19 |
| HSL | 206.19º | 0.91% | 0.43% | - |
| HSV(B) | 206.19º | 0.95% | 0.81% | - |
| XYZ | 18.23 | 18.24 | 61.59 | - |
| YUV | 97.62 | 189.73 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 207 | 0.95 | 0.42 | 0 | 0.19 | 206.19 | 0.91 | 0.43 |
| Hex | A | 79 | CF | 5F | 2A | 0 | 13 | CE | 5B | 2B |
| Octal | 12 | 171 | 317 | 137 | 52 | 0 | 23 | 316 | 133 | 53 |
| Binary | 1010 | 1111001 | 11001111 | 1011111 | 101010 | 0 | 10011 | 11001110 | 1011011 | 101011 |
Color Harmonies of #0A79CF
Complementary color
Monochromatic Colors of #0A79CF
Black with #0A79CF
Text Example
Text Example
White with #0A79CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A79CF; }
p { color: rgb(10,121,207); }
H1.HeaderClassName
{
color: #0A79CF;
}
.AnyTagClassName
{
color: #0A79CF;
}
</style>
background-color css
<style>
a { background-color: #0A79CF; }
a { background-color: rgb(10,121,207); }
div.DivClassName
{
background-color: #0A79CF;
}
.BgClassName
{
background-color: #0A79CF;
}
</style>
border-color css
<style>
span { border-color: #0A79CF; }
span { border-color: rgb(10,121,207); }
td.TdClassName
{
border-color: #0A79CF;
}
.TagClassName
{
border-color: #0A79CF;
}
</style>