Shades of Navy Blue #0A6CF2
Tints of Navy Blue #0A6CF2
RGB
CMYK
RGB Variations
Color information
#0A6CF2 (or 0x0A6CF2) is known color: Navy Blue. HEX triplet: 0A, 6C and F2. RGB value is (10,108,242). Sum of RGB (Red+Green+Blue) = 10+108+242=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 242 (94.92% from 255 or 67.22% from 360); Max value from RGB is 242 - color contains mainly: blue. Hex color #0A6CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6CF2 is #F5930D. Grayscale: #5D5D5D. Windows color (decimal): -16093966 or 15887370. OLE color: 15887370.
HSL color Cylindrical-coordinate representation of color #0A6CF2: hue angle of 214.66º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6CF2 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 108 | 242 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.05 |
| HSL | 214.66º | 0.92% | 0.49% | - |
| HSV(B) | 214.66º | 0.96% | 0.95% | - |
| XYZ | 21.51 | 17.2 | 86.19 | - |
| YUV | 93.97 | 211.53 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 108 | 242 | 0.96 | 0.55 | 0 | 0.05 | 214.66 | 0.92 | 0.49 |
| Hex | A | 6C | F2 | 60 | 37 | 0 | 5 | D7 | 5C | 31 |
| Octal | 12 | 154 | 362 | 140 | 67 | 0 | 5 | 327 | 134 | 61 |
| Binary | 1010 | 1101100 | 11110010 | 1100000 | 110111 | 0 | 101 | 11010111 | 1011100 | 110001 |
Color Harmonies of #0A6CF2
Complementary color
Monochromatic Colors of #0A6CF2
Black with #0A6CF2
Text Example
Text Example
White with #0A6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6CF2; }
p { color: rgb(10,108,242); }
H1.HeaderClassName
{
color: #0A6CF2;
}
.AnyTagClassName
{
color: #0A6CF2;
}
</style>
background-color css
<style>
a { background-color: #0A6CF2; }
a { background-color: rgb(10,108,242); }
div.DivClassName
{
background-color: #0A6CF2;
}
.BgClassName
{
background-color: #0A6CF2;
}
</style>
border-color css
<style>
span { border-color: #0A6CF2; }
span { border-color: rgb(10,108,242); }
td.TdClassName
{
border-color: #0A6CF2;
}
.TagClassName
{
border-color: #0A6CF2;
}
</style>