#0E7AC6

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

Shades of Navy Blue #0E7AC6

Tints of Navy Blue #0E7AC6

Color information

#0E7AC6 (or 0x0E7AC6) is unknown color: approx Navy Blue. HEX triplet: 0E, 7A and C6. RGB value is (14,122,198). Sum of RGB (Red+Green+Blue) = 14+122+198=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #0E7AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7AC6 is #F18539. Grayscale: #616161. Windows color (decimal): -15828282 or 13007374. OLE color: 13007374.

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

Color convert

RGB14122198-
CMYK0.930.3800.22
HSL204.78º86.79%41.57%-
HSV(B)204.78º92.93%77.65%-
XYZ17.3318.0956-
YUV98.37184.2267.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.19%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 198 (77.73% from 255) = 59.28%
R=4.19%
G=36.53%
B=59.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141221980.930.3800.22204.7886.7941.57
HexE7AC65D26016cd572a
Octal161723061354602631512752
Binary11101111010110001101011101100110010110110011011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,122,198); }

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

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

 a { background-color: rgb(14,122,198); }

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

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

 span { border-color: rgb(14,122,198); }

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