Shades of Navy Blue #0A67CA
Tints of Navy Blue #0A67CA
RGB
CMYK
RGB Variations
Color information
#0A67CA (or 0x0A67CA) is known color: Navy Blue. HEX triplet: 0A, 67 and CA. RGB value is (10,103,202). Sum of RGB (Red+Green+Blue) = 10+103+202=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A67CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A67CA is #F59835. Grayscale: #555555. Windows color (decimal): -16095286 or 13264650. OLE color: 13264650.
HSL color Cylindrical-coordinate representation of color #0A67CA: hue angle of 210.94º 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 #0A67CA is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 103 | 202 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.21 |
| HSL | 210.94º | 0.91% | 0.42% | - |
| HSV(B) | 210.94º | 0.95% | 0.79% | - |
| XYZ | 15.64 | 14.03 | 57.76 | - |
| YUV | 86.48 | 193.19 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 202 | 0.95 | 0.49 | 0 | 0.21 | 210.94 | 0.91 | 0.42 |
| Hex | A | 67 | CA | 5F | 31 | 0 | 15 | D3 | 5B | 2A |
| Octal | 12 | 147 | 312 | 137 | 61 | 0 | 25 | 323 | 133 | 52 |
| Binary | 1010 | 1100111 | 11001010 | 1011111 | 110001 | 0 | 10101 | 11010011 | 1011011 | 101010 |
Color Harmonies of #0A67CA
Complementary color
Monochromatic Colors of #0A67CA
Black with #0A67CA
Text Example
Text Example
White with #0A67CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A67CA; }
p { color: rgb(10,103,202); }
H1.HeaderClassName
{
color: #0A67CA;
}
.AnyTagClassName
{
color: #0A67CA;
}
</style>
background-color css
<style>
a { background-color: #0A67CA; }
a { background-color: rgb(10,103,202); }
div.DivClassName
{
background-color: #0A67CA;
}
.BgClassName
{
background-color: #0A67CA;
}
</style>
border-color css
<style>
span { border-color: #0A67CA; }
span { border-color: rgb(10,103,202); }
td.TdClassName
{
border-color: #0A67CA;
}
.TagClassName
{
border-color: #0A67CA;
}
</style>