#0E7AC1

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

Shades of Navy Blue #0E7AC1

Tints of Navy Blue #0E7AC1

Color information

#0E7AC1 (or 0x0E7AC1) is unknown color: approx Navy Blue. HEX triplet: 0E, 7A and C1. RGB value is (14,122,193). Sum of RGB (Red+Green+Blue) = 14+122+193=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 193 (75.78% from 255 or 58.66% from 329); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E7AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7AC1 is #F1853E. Grayscale: #616161. Windows color (decimal): -15828287 or 12679694. OLE color: 12679694.

HSL color Cylindrical-coordinate representation of color #0E7AC1: hue angle of 203.8º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7AC1 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14122193-
CMYK0.930.3700.24
HSL203.8º86.47%40.59%-
HSV(B)203.8º92.75%75.69%-
XYZ16.7717.8653.02-
YUV97.8181.7268.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.26%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 193 (75.78% from 255) = 58.66%
R=4.26%
G=37.08%
B=58.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141221930.930.3700.24203.886.4740.59
HexE7AC15D25018cc5629
Octal161723011354503031412651
Binary11101111010110000011011101100101011000110011001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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