#0A6DC1

Color #0A6DC1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0A6DC1

Tints of Navy Blue #0A6DC1

Color information

#0A6DC1 (or 0x0A6DC1) is unknown color: approx Navy Blue. HEX triplet: 0A, 6D and C1. RGB value is (10,109,193). Sum of RGB (Red+Green+Blue) = 10+109+193=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #0A6DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6DC1 is #F5923E. Grayscale: #585858. Windows color (decimal): -16093759 or 12676362. OLE color: 12676362.

HSL color Cylindrical-coordinate representation of color #0A6DC1: hue angle of 207.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6DC1 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10109193-
CMYK0.950.4400.24
HSL207.54º90.15%39.8%-
HSV(B)207.54º94.82%75.69%-
XYZ15.2214.8552.52-
YUV88.98186.771.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 3.21%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 193 (75.78% from 255) = 61.86%
R=3.21%
G=34.94%
B=61.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101091930.950.4400.24207.5490.1539.8
HexA6DC15F2C018d05a28
Octal121553011375403032013250
Binary10101101101110000011011111101100011000110100001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6DC1; }

 p { color: rgb(10,109,193); }

 H1.HeaderClassName
 {
   color: #0A6DC1;
 }
 .AnyTagClassName
 {
   color: #0A6DC1;
 }
</style>
background-color css

<style>
 a { background-color: #0A6DC1; }

 a { background-color: rgb(10,109,193); }

 div.DivClassName
 {
   background-color: #0A6DC1;
 }
 .BgClassName
 {
   background-color: #0A6DC1;
 }
</style>
border-color css

<style>
 span { border-color: #0A6DC1; }

 span { border-color: rgb(10,109,193); }

 td.TdClassName
 {
   border-color: #0A6DC1;
 }
 .TagClassName
 {
   border-color: #0A6DC1;
 }
</style>