#0E6ACA

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

Shades of Navy Blue #0E6ACA

Tints of Navy Blue #0E6ACA

Color information

#0E6ACA (or 0x0E6ACA) is unknown color: approx Navy Blue. HEX triplet: 0E, 6A and CA. RGB value is (14,106,202). Sum of RGB (Red+Green+Blue) = 14+106+202=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E6ACA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6ACA is #F19535. Grayscale: #585858. Windows color (decimal): -15832374 or 13265422. OLE color: 13265422.

HSL color Cylindrical-coordinate representation of color #0E6ACA: hue angle of 210.64º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6ACA is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14106202-
CMYK0.930.4800.21
HSL210.64º87.04%42.35%-
HSV(B)210.64º93.07%79.22%-
XYZ1614.6757.86-
YUV89.44191.5274.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.35%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 202 (79.30% from 255) = 62.73%
R=4.35%
G=32.92%
B=62.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141062020.930.4800.21210.6487.0442.35
HexE6ACA5D30015d3572a
Octal161523121356002532312752
Binary11101101010110010101011101110000010101110100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,106,202); }

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

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

 a { background-color: rgb(14,106,202); }

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

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

 span { border-color: rgb(14,106,202); }

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