Html Css Color HEX #0776BF Navy Blue

📋 copy color: '#0776BF'

red 7 ◦ green 118 ◦ blue 191

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

Shades of Navy Blue #0776BF

Tints of Navy Blue #0776BF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

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

R = 2.22%
G = 37.34%
B = 60.44%

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

#0776BF (or 0x0776BF) is known color: Navy Blue. HEX triplet: 07, 76 and BF. RGB value is (7,118,191). Sum of RGB (Red+Green+Blue) = 7+118+191=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #0776BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0776BF is #F88940. Grayscale: #5C5C5C. Windows color (decimal): -16288065 or 12547591. OLE color: 12547591.

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

Color convert

RGB 7 118 191 -
CMYK 0.96 0.38 0 0.25
HSL 203.8º 0.93% 0.39% -
HSV(B) 203.8º 0.96% 0.75% -
XYZ 15.97 16.76 51.68 -
YUV 93.13 183.23 66.56 -
System Red Green Blue C M Y K H S L
Decimal 7 118 191 0.96 0.38 0 0.25 203.8 0.93 0.39
Hex 7 76 BF 60 26 0 19 CC 5D 27
Octal 7 166 277 140 46 0 31 314 135 47
Binary 111 1110110 10111111 1100000 100110 0 11001 11001100 1011101 100111

Color Harmonies of #0776BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0776BF

Black with #0776BF

Text Example


Text Example

White with #0776BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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