#0774D1

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

Shades of Navy Blue #0774D1

Tints of Navy Blue #0774D1

Color information

#0774D1 (or 0x0774D1) is unknown color: approx Navy Blue. HEX triplet: 07, 74 and D1. RGB value is (7,116,209). Sum of RGB (Red+Green+Blue) = 7+116+209=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #0774D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0774D1 is #F88B2E. Grayscale: #5D5D5D. Windows color (decimal): -16288559 or 13726727. OLE color: 13726727.

HSL color Cylindrical-coordinate representation of color #0774D1: hue angle of 207.62º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0774D1 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7116209-
CMYK0.970.4400.18
HSL207.62º93.52%42.35%-
HSV(B)207.62º96.65%81.96%-
XYZ17.8417.1462.69-
YUV94.01192.8965.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.11%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 209 (82.03% from 255) = 62.95%
R=2.11%
G=34.94%
B=62.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71162090.970.4400.18207.6293.5242.35
Hex774D1612C012d05e2a
Octal71643211415402232013652
Binary1111110100110100011100001101100010010110100001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0774D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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