#007EDF

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

Shades of Navy Blue #007EDF

Tints of Navy Blue #007EDF

Color information

#007EDF (or 0x007EDF) is unknown color: approx Navy Blue. HEX triplet: 00, 7E and DF. RGB value is (0,126,223). Sum of RGB (Red+Green+Blue) = 0+126+223=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #007EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EDF is #FF8120. Grayscale: #626262. Windows color (decimal): -16744737 or 14646784. OLE color: 14646784.

HSL color Cylindrical-coordinate representation of color #007EDF: hue angle of 206.1º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EDF is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0126223-
CMYK10.4300.13
HSL206.1º100%43.73%-
HSV(B)206.1º100%87.45%-
XYZ20.7820.2572.63-
YUV99.38197.7657.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 223 (87.5% from 255) = 63.90%
R=0%
G=36.10%
B=63.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal012622310.4300.13206.110043.73
Hex07EDF642B0Dce642c
Octal01763371445301531614454
Binary0111111011011111110010010101101101110011101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007EDF; }

 p { color: rgb(0,126,223); }

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

<style>
 a { background-color: #007EDF; }

 a { background-color: rgb(0,126,223); }

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

<style>
 span { border-color: #007EDF; }

 span { border-color: rgb(0,126,223); }

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