#0770EE

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

Shades of Navy Blue #0770EE

Tints of Navy Blue #0770EE

Color information

#0770EE (or 0x0770EE) is unknown color: approx Navy Blue. HEX triplet: 07, 70 and EE. RGB value is (7,112,238). Sum of RGB (Red+Green+Blue) = 7+112+238=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #0770EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0770EE is #F88F11. Grayscale: #5E5E5E. Windows color (decimal): -16289554 or 15626247. OLE color: 15626247.

HSL color Cylindrical-coordinate representation of color #0770EE: hue angle of 212.73º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0770EE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7112238-
CMYK0.970.5300.07
HSL212.73º94.29%48.04%-
HSV(B)212.73º97.06%93.33%-
XYZ21.3117.8183.2-
YUV94.97208.7165.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.96%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 238 (93.36% from 255) = 66.67%
R=1.96%
G=31.37%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71122380.970.5300.07212.7394.2948.04
Hex770EE613507d55e30
Octal7160356141650732513660
Binary11111100001110111011000011101010111110101011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0770EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0770EE; }

 p { color: rgb(7,112,238); }

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

<style>
 a { background-color: #0770EE; }

 a { background-color: rgb(7,112,238); }

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

<style>
 span { border-color: #0770EE; }

 span { border-color: rgb(7,112,238); }

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