Shades of Navy Blue #0A67DB
Tints of Navy Blue #0A67DB
RGB
CMYK
RGB Variations
Color information
#0A67DB (or 0x0A67DB) is known color: Navy Blue. HEX triplet: 0A, 67 and DB. RGB value is (10,103,219). Sum of RGB (Red+Green+Blue) = 10+103+219=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A67DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A67DB is #F59824. Grayscale: #575757. Windows color (decimal): -16095269 or 14378762. OLE color: 14378762.
HSL color Cylindrical-coordinate representation of color #0A67DB: hue angle of 213.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A67DB is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 103 | 219 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.14 |
| HSL | 213.3º | 0.91% | 0.45% | - |
| HSV(B) | 213.3º | 0.95% | 0.86% | - |
| XYZ | 17.76 | 14.88 | 68.95 | - |
| YUV | 88.42 | 201.69 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 219 | 0.95 | 0.53 | 0 | 0.14 | 213.3 | 0.91 | 0.45 |
| Hex | A | 67 | DB | 5F | 35 | 0 | E | D5 | 5B | 2D |
| Octal | 12 | 147 | 333 | 137 | 65 | 0 | 16 | 325 | 133 | 55 |
| Binary | 1010 | 1100111 | 11011011 | 1011111 | 110101 | 0 | 1110 | 11010101 | 1011011 | 101101 |
Color Harmonies of #0A67DB
Complementary color
Monochromatic Colors of #0A67DB
Black with #0A67DB
Text Example
Text Example
White with #0A67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A67DB; }
p { color: rgb(10,103,219); }
H1.HeaderClassName
{
color: #0A67DB;
}
.AnyTagClassName
{
color: #0A67DB;
}
</style>
background-color css
<style>
a { background-color: #0A67DB; }
a { background-color: rgb(10,103,219); }
div.DivClassName
{
background-color: #0A67DB;
}
.BgClassName
{
background-color: #0A67DB;
}
</style>
border-color css
<style>
span { border-color: #0A67DB; }
span { border-color: rgb(10,103,219); }
td.TdClassName
{
border-color: #0A67DB;
}
.TagClassName
{
border-color: #0A67DB;
}
</style>