#076EE6

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

Shades of Navy Blue #076EE6

Tints of Navy Blue #076EE6

Color information

#076EE6 (or 0x076EE6) is unknown color: approx Navy Blue. HEX triplet: 07, 6E and E6. RGB value is (7,110,230). Sum of RGB (Red+Green+Blue) = 7+110+230=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 230 (90.23% from 255 or 66.28% from 347); Max value from RGB is 230 - color contains mainly: blue. Hex color #076EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076EE6 is #F89119. Grayscale: #5C5C5C. Windows color (decimal): -16290074 or 15101447. OLE color: 15101447.

HSL color Cylindrical-coordinate representation of color #076EE6: hue angle of 212.29º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076EE6 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7110230-
CMYK0.970.5200.10
HSL212.29º94.09%46.47%-
HSV(B)212.29º96.96%90.2%-
XYZ19.9516.9177.08-
YUV92.88205.3866.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.02%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 230 (90.23% from 255) = 66.28%
R=2.02%
G=31.70%
B=66.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal71102300.970.5200.10212.2994.0946.47
Hex76EE661340Ad45e2e
Octal71563461416401232413656
Binary111110111011100110110000111010001010110101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076EE6; }

 p { color: rgb(7,110,230); }

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

<style>
 a { background-color: #076EE6; }

 a { background-color: rgb(7,110,230); }

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

<style>
 span { border-color: #076EE6; }

 span { border-color: rgb(7,110,230); }

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