#0774E5

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

Shades of Navy Blue #0774E5

Tints of Navy Blue #0774E5

Color information

#0774E5 (or 0x0774E5) is unknown color: approx Navy Blue. HEX triplet: 07, 74 and E5. RGB value is (7,116,229). Sum of RGB (Red+Green+Blue) = 7+116+229=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #0774E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0774E5 is #F88B1A. Grayscale: #5F5F5F. Windows color (decimal): -16288539 or 15037447. OLE color: 15037447.

HSL color Cylindrical-coordinate representation of color #0774E5: hue angle of 210.54º 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 #0774E5 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7116229-
CMYK0.970.4900.10
HSL210.54º94.07%46.27%-
HSV(B)210.54º96.94%89.8%-
XYZ20.4818.1976.56-
YUV96.29202.8964.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.99%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 229 (89.84% from 255) = 65.06%
R=1.99%
G=32.95%
B=65.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal71162290.970.4900.10210.5494.0746.27
Hex774E561310Ad35e2e
Octal71643451416101232313656
Binary111111010011100101110000111000101010110100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0774E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0774E5; }

 p { color: rgb(7,116,229); }

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

<style>
 a { background-color: #0774E5; }

 a { background-color: rgb(7,116,229); }

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

<style>
 span { border-color: #0774E5; }

 span { border-color: rgb(7,116,229); }

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