#007EEA

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

Shades of Navy Blue #007EEA

Tints of Navy Blue #007EEA

Color information

#007EEA (or 0x007EEA) is unknown color: approx Navy Blue. HEX triplet: 00, 7E and EA. RGB value is (0,126,234). Sum of RGB (Red+Green+Blue) = 0+126+234=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #007EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EEA is #FF8115. Grayscale: #646464. Windows color (decimal): -16744726 or 15367680. OLE color: 15367680.

HSL color Cylindrical-coordinate representation of color #007EEA: hue angle of 207.69º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EEA is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB0126234-
CMYK10.4600.08
HSL207.69º100%45.88%-
HSV(B)207.69º100%91.76%-
XYZ22.3120.8680.69-
YUV100.64203.2656.22-

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) = 35%
BLUE value IS 234 (91.80% from 255) = 65%
R=0%
G=35%
B=65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal012623410.4600.08207.6910045.88
Hex07EEA642E08d0642e
Octal01763521445601032014456
Binary0111111011101010110010010111001000110100001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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