Shades of Navy Blue #0A68CA
Tints of Navy Blue #0A68CA
RGB
CMYK
RGB Variations
Color information
#0A68CA (or 0x0A68CA) is known color: Navy Blue. HEX triplet: 0A, 68 and CA. RGB value is (10,104,202). Sum of RGB (Red+Green+Blue) = 10+104+202=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A68CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A68CA is #F59735. Grayscale: #565656. Windows color (decimal): -16095030 or 13264906. OLE color: 13264906.
HSL color Cylindrical-coordinate representation of color #0A68CA: hue angle of 210.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A68CA is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 104 | 202 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.21 |
| HSL | 210.63º | 0.91% | 0.42% | - |
| HSV(B) | 210.63º | 0.95% | 0.79% | - |
| XYZ | 15.74 | 14.23 | 57.79 | - |
| YUV | 87.07 | 192.86 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 202 | 0.95 | 0.49 | 0 | 0.21 | 210.63 | 0.91 | 0.42 |
| Hex | A | 68 | CA | 5F | 31 | 0 | 15 | D3 | 5B | 2A |
| Octal | 12 | 150 | 312 | 137 | 61 | 0 | 25 | 323 | 133 | 52 |
| Binary | 1010 | 1101000 | 11001010 | 1011111 | 110001 | 0 | 10101 | 11010011 | 1011011 | 101010 |
Color Harmonies of #0A68CA
Complementary color
Monochromatic Colors of #0A68CA
Black with #0A68CA
Text Example
Text Example
White with #0A68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A68CA; }
p { color: rgb(10,104,202); }
H1.HeaderClassName
{
color: #0A68CA;
}
.AnyTagClassName
{
color: #0A68CA;
}
</style>
background-color css
<style>
a { background-color: #0A68CA; }
a { background-color: rgb(10,104,202); }
div.DivClassName
{
background-color: #0A68CA;
}
.BgClassName
{
background-color: #0A68CA;
}
</style>
border-color css
<style>
span { border-color: #0A68CA; }
span { border-color: rgb(10,104,202); }
td.TdClassName
{
border-color: #0A68CA;
}
.TagClassName
{
border-color: #0A68CA;
}
</style>