Shades of Navy Blue #0A65F3
Tints of Navy Blue #0A65F3
RGB
CMYK
RGB Variations
Color information
#0A65F3 (or 0x0A65F3) is known color: Navy Blue. HEX triplet: 0A, 65 and F3. RGB value is (10,101,243). Sum of RGB (Red+Green+Blue) = 10+101+243=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 243 (95.31% from 255 or 68.64% from 354); Max value from RGB is 243 - color contains mainly: blue. Hex color #0A65F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A65F3 is #F59A0C. Grayscale: #595959. Windows color (decimal): -16095757 or 15951114. OLE color: 15951114.
HSL color Cylindrical-coordinate representation of color #0A65F3: hue angle of 216.57º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A65F3 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 101 | 243 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.05 |
| HSL | 216.57º | 0.92% | 0.5% | - |
| HSV(B) | 216.57º | 0.96% | 0.95% | - |
| XYZ | 20.96 | 15.84 | 86.75 | - |
| YUV | 89.98 | 214.35 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 243 | 0.96 | 0.58 | 0 | 0.05 | 216.57 | 0.92 | 0.5 |
| Hex | A | 65 | F3 | 60 | 3A | 0 | 5 | D9 | 5C | 32 |
| Octal | 12 | 145 | 363 | 140 | 72 | 0 | 5 | 331 | 134 | 62 |
| Binary | 1010 | 1100101 | 11110011 | 1100000 | 111010 | 0 | 101 | 11011001 | 1011100 | 110010 |
Color Harmonies of #0A65F3
Complementary color
Monochromatic Colors of #0A65F3
Black with #0A65F3
Text Example
Text Example
White with #0A65F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A65F3; }
p { color: rgb(10,101,243); }
H1.HeaderClassName
{
color: #0A65F3;
}
.AnyTagClassName
{
color: #0A65F3;
}
</style>
background-color css
<style>
a { background-color: #0A65F3; }
a { background-color: rgb(10,101,243); }
div.DivClassName
{
background-color: #0A65F3;
}
.BgClassName
{
background-color: #0A65F3;
}
</style>
border-color css
<style>
span { border-color: #0A65F3; }
span { border-color: rgb(10,101,243); }
td.TdClassName
{
border-color: #0A65F3;
}
.TagClassName
{
border-color: #0A65F3;
}
</style>