#0771E3

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

Shades of Navy Blue #0771E3

Tints of Navy Blue #0771E3

Color information

#0771E3 (or 0x0771E3) is unknown color: approx Navy Blue. HEX triplet: 07, 71 and E3. RGB value is (7,113,227). Sum of RGB (Red+Green+Blue) = 7+113+227=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 227 (89.06% from 255 or 65.42% from 347); Max value from RGB is 227 - color contains mainly: blue. Hex color #0771E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0771E3 is #F88E1C. Grayscale: #5D5D5D. Windows color (decimal): -16289309 or 14905607. OLE color: 14905607.

HSL color Cylindrical-coordinate representation of color #0771E3: hue angle of 211.09º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0771E3 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7113227-
CMYK0.970.5000.11
HSL211.09º94.02%45.88%-
HSV(B)211.09º96.92%89.02%-
XYZ19.8617.474.99-
YUV94.3202.8865.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.02%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 227 (89.06% from 255) = 65.42%
R=2.02%
G=32.56%
B=65.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal71132270.970.5000.11211.0994.0245.88
Hex771E361320Bd35e2e
Octal71613431416201332313656
Binary111111000111100011110000111001001011110100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0771E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0771E3; }

 p { color: rgb(7,113,227); }

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

<style>
 a { background-color: #0771E3; }

 a { background-color: rgb(7,113,227); }

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

<style>
 span { border-color: #0771E3; }

 span { border-color: rgb(7,113,227); }

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