Shades of Navy Blue #0A68EE
Tints of Navy Blue #0A68EE
RGB
CMYK
RGB Variations
Color information
#0A68EE (or 0x0A68EE) is known color: Navy Blue. HEX triplet: 0A, 68 and EE. RGB value is (10,104,238). Sum of RGB (Red+Green+Blue) = 10+104+238=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #0A68EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A68EE is #F59711. Grayscale: #5A5A5A. Windows color (decimal): -16094994 or 15624202. OLE color: 15624202.
HSL color Cylindrical-coordinate representation of color #0A68EE: hue angle of 215.26º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A68EE is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 104 | 238 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.07 |
| HSL | 215.26º | 0.92% | 0.49% | - |
| HSV(B) | 215.26º | 0.96% | 0.93% | - |
| XYZ | 20.51 | 16.14 | 82.92 | - |
| YUV | 91.17 | 210.86 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 238 | 0.96 | 0.56 | 0 | 0.07 | 215.26 | 0.92 | 0.49 |
| Hex | A | 68 | EE | 60 | 38 | 0 | 7 | D7 | 5C | 31 |
| Octal | 12 | 150 | 356 | 140 | 70 | 0 | 7 | 327 | 134 | 61 |
| Binary | 1010 | 1101000 | 11101110 | 1100000 | 111000 | 0 | 111 | 11010111 | 1011100 | 110001 |
Color Harmonies of #0A68EE
Complementary color
Monochromatic Colors of #0A68EE
Black with #0A68EE
Text Example
Text Example
White with #0A68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A68EE; }
p { color: rgb(10,104,238); }
H1.HeaderClassName
{
color: #0A68EE;
}
.AnyTagClassName
{
color: #0A68EE;
}
</style>
background-color css
<style>
a { background-color: #0A68EE; }
a { background-color: rgb(10,104,238); }
div.DivClassName
{
background-color: #0A68EE;
}
.BgClassName
{
background-color: #0A68EE;
}
</style>
border-color css
<style>
span { border-color: #0A68EE; }
span { border-color: rgb(10,104,238); }
td.TdClassName
{
border-color: #0A68EE;
}
.TagClassName
{
border-color: #0A68EE;
}
</style>