Shades of Navy Blue #0A67CE
Tints of Navy Blue #0A67CE
RGB
CMYK
RGB Variations
Color information
#0A67CE (or 0x0A67CE) is known color: Navy Blue. HEX triplet: 0A, 67 and CE. RGB value is (10,103,206). Sum of RGB (Red+Green+Blue) = 10+103+206=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A67CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A67CE is #F59831. Grayscale: #565656. Windows color (decimal): -16095282 or 13526794. OLE color: 13526794.
HSL color Cylindrical-coordinate representation of color #0A67CE: hue angle of 211.53º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A67CE is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 103 | 206 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.19 |
| HSL | 211.53º | 0.91% | 0.42% | - |
| HSV(B) | 211.53º | 0.95% | 0.81% | - |
| XYZ | 16.12 | 14.22 | 60.29 | - |
| YUV | 86.94 | 195.19 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 206 | 0.95 | 0.50 | 0 | 0.19 | 211.53 | 0.91 | 0.42 |
| Hex | A | 67 | CE | 5F | 32 | 0 | 13 | D4 | 5B | 2A |
| Octal | 12 | 147 | 316 | 137 | 62 | 0 | 23 | 324 | 133 | 52 |
| Binary | 1010 | 1100111 | 11001110 | 1011111 | 110010 | 0 | 10011 | 11010100 | 1011011 | 101010 |
Color Harmonies of #0A67CE
Complementary color
Monochromatic Colors of #0A67CE
Black with #0A67CE
Text Example
Text Example
White with #0A67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A67CE; }
p { color: rgb(10,103,206); }
H1.HeaderClassName
{
color: #0A67CE;
}
.AnyTagClassName
{
color: #0A67CE;
}
</style>
background-color css
<style>
a { background-color: #0A67CE; }
a { background-color: rgb(10,103,206); }
div.DivClassName
{
background-color: #0A67CE;
}
.BgClassName
{
background-color: #0A67CE;
}
</style>
border-color css
<style>
span { border-color: #0A67CE; }
span { border-color: rgb(10,103,206); }
td.TdClassName
{
border-color: #0A67CE;
}
.TagClassName
{
border-color: #0A67CE;
}
</style>