#0E7FD2

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

Shades of Navy Blue #0E7FD2

Tints of Navy Blue #0E7FD2

Color information

#0E7FD2 (or 0x0E7FD2) is unknown color: approx Navy Blue. HEX triplet: 0E, 7F and D2. RGB value is (14,127,210). Sum of RGB (Red+Green+Blue) = 14+127+210=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 210 (82.42% from 255 or 59.83% from 351); Max value from RGB is 210 - color contains mainly: blue. Hex color #0E7FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FD2 is #F1802D. Grayscale: #666666. Windows color (decimal): -15826990 or 13795086. OLE color: 13795086.

HSL color Cylindrical-coordinate representation of color #0E7FD2: hue angle of 205.41º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7FD2 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14127210-
CMYK0.930.4000.18
HSL205.41º87.5%43.92%-
HSV(B)205.41º93.33%82.35%-
XYZ19.419.9363.8-
YUV102.67188.5664.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.99%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 210 (82.42% from 255) = 59.83%
R=3.99%
G=36.18%
B=59.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141272100.930.4000.18205.4187.543.92
HexE7FD25D28012cd582c
Octal161773221355002231513054
Binary11101111111110100101011101101000010010110011011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,127,210); }

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

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

 a { background-color: rgb(14,127,210); }

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

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

 span { border-color: rgb(14,127,210); }

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