#0E7DC1

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

Shades of Navy Blue #0E7DC1

Tints of Navy Blue #0E7DC1

Color information

#0E7DC1 (or 0x0E7DC1) is unknown color: approx Navy Blue. HEX triplet: 0E, 7D and C1. RGB value is (14,125,193). Sum of RGB (Red+Green+Blue) = 14+125+193=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E7DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7DC1 is #F1823E. Grayscale: #636363. Windows color (decimal): -15827519 or 12680462. OLE color: 12680462.

HSL color Cylindrical-coordinate representation of color #0E7DC1: hue angle of 202.79º 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 #0E7DC1 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14125193-
CMYK0.930.3500.24
HSL202.79º86.47%40.59%-
HSV(B)202.79º92.75%75.69%-
XYZ17.1418.6153.14-
YUV99.56180.7366.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.22%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 193 (75.78% from 255) = 58.13%
R=4.22%
G=37.65%
B=58.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141251930.930.3500.24202.7986.4740.59
HexE7DC15D23018cb5629
Octal161753011354303031312651
Binary11101111101110000011011101100011011000110010111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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