Html Css Color HEX #0777BF Navy Blue

📋 copy color: '#0777BF'

red 7 ◦ green 119 ◦ blue 191

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

Shades of Navy Blue #0777BF

Tints of Navy Blue #0777BF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.54%

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

R = 2.21%
G = 37.54%
B = 60.25%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0777BF (or 0x0777BF) is known color: Navy Blue. HEX triplet: 07, 77 and BF. RGB value is (7,119,191). Sum of RGB (Red+Green+Blue) = 7+119+191=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #0777BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0777BF is #F88840. Grayscale: #5D5D5D. Windows color (decimal): -16287809 or 12547847. OLE color: 12547847.

HSL color Cylindrical-coordinate representation of color #0777BF: hue angle of 203.48º 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 #0777BF is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 119 191 -
CMYK 0.96 0.38 0 0.25
HSL 203.48º 0.93% 0.39% -
HSV(B) 203.48º 0.96% 0.75% -
XYZ 16.09 17 51.72 -
YUV 93.72 182.89 66.15 -
System Red Green Blue C M Y K H S L
Decimal 7 119 191 0.96 0.38 0 0.25 203.48 0.93 0.39
Hex 7 77 BF 60 26 0 19 CB 5D 27
Octal 7 167 277 140 46 0 31 313 135 47
Binary 111 1110111 10111111 1100000 100110 0 11001 11001011 1011101 100111

Color Harmonies of #0777BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777BF

Black with #0777BF

Text Example


Text Example

White with #0777BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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