#0A6ADE

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

Shades of Navy Blue #0A6ADE

Tints of Navy Blue #0A6ADE

Color information

#0A6ADE (or 0x0A6ADE) is unknown color: approx Navy Blue. HEX triplet: 0A, 6A and DE. RGB value is (10,106,222). Sum of RGB (Red+Green+Blue) = 10+106+222=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A6ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6ADE is #F59521. Grayscale: #595959. Windows color (decimal): -16094498 or 14576138. OLE color: 14576138.

HSL color Cylindrical-coordinate representation of color #0A6ADE: hue angle of 212.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6ADE is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10106222-
CMYK0.950.5200.13
HSL212.83º91.38%45.49%-
HSV(B)212.83º95.5%87.06%-
XYZ18.4615.6571.15-
YUV90.52202.270.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.96%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 222 (87.11% from 255) = 65.68%
R=2.96%
G=31.36%
B=65.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101062220.950.5200.13212.8391.3845.49
HexA6ADE5F340Dd55b2d
Octal121523361376401532513355
Binary1010110101011011110101111111010001101110101011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,106,222); }

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

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

 a { background-color: rgb(10,106,222); }

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

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

 span { border-color: rgb(10,106,222); }

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