Html Css Color HEX #0778BF Navy Blue

📋 copy color: '#0778BF'

red 7 ◦ green 120 ◦ blue 191

#0778BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0778BF

Tints of Navy Blue #0778BF

RGB

 RED value IS 7 (3.13% from 255) = 2.2%

 GREEN value IS 120 (47.27% from 255) = 37.74%

 BLUE value IS 191 (75% from 255) = 60.06%

R = 2.2%
G = 37.74%
B = 60.06%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0778BF (or 0x0778BF) is known color: Navy Blue. HEX triplet: 07, 78 and BF. RGB value is (7,120,191). Sum of RGB (Red+Green+Blue) = 7+120+191=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #0778BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0778BF is #F88740. Grayscale: #5D5D5D. Windows color (decimal): -16287553 or 12548103. OLE color: 12548103.

HSL color Cylindrical-coordinate representation of color #0778BF: hue angle of 203.15º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0778BF is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 120 191 -
CMYK 0.96 0.37 0 0.25
HSL 203.15º 0.93% 0.39% -
HSV(B) 203.15º 0.96% 0.75% -
XYZ 16.21 17.24 51.76 -
YUV 94.31 182.56 65.73 -
System Red Green Blue C M Y K H S L
Decimal 7 120 191 0.96 0.37 0 0.25 203.15 0.93 0.39
Hex 7 78 BF 60 25 0 19 CB 5D 27
Octal 7 170 277 140 45 0 31 313 135 47
Binary 111 1111000 10111111 1100000 100101 0 11001 11001011 1011101 100111

Color Harmonies of #0778BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0778BF

Black with #0778BF

Text Example


Text Example

White with #0778BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0778BF; }

 p { color: rgb(7,120,191); }

 H1.HeaderClassName
 {
   color: #0778BF;
 }
 .AnyTagClassName
 {
   color: #0778BF;
 }
</style>

background-color css

<style>
 a { background-color: #0778BF; }

 a { background-color: rgb(7,120,191); }

 div.DivClassName
 {
   background-color: #0778BF;
 }
 .BgClassName
 {
   background-color: #0778BF;
 }
</style>

border-color css

<style>
 span { border-color: #0778BF; }

 span { border-color: rgb(7,120,191); }

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