Html Css Color HEX #0777BE Navy Blue

📋 copy color: '#0777BE'

red 7 ◦ green 119 ◦ blue 190

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

Shades of Navy Blue #0777BE

Tints of Navy Blue #0777BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.13%

R = 2.22%
G = 37.66%
B = 60.13%

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

#0777BE (or 0x0777BE) is known color: Navy Blue. HEX triplet: 07, 77 and BE. RGB value is (7,119,190). Sum of RGB (Red+Green+Blue) = 7+119+190=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #0777BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0777BE is #F88841. Grayscale: #5D5D5D. Windows color (decimal): -16287810 or 12482311. OLE color: 12482311.

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

Color convert

RGB 7 119 190 -
CMYK 0.96 0.37 0 0.25
HSL 203.28º 0.93% 0.39% -
HSV(B) 203.28º 0.96% 0.75% -
XYZ 15.98 16.96 51.15 -
YUV 93.61 182.39 66.23 -
System Red Green Blue C M Y K H S L
Decimal 7 119 190 0.96 0.37 0 0.25 203.28 0.93 0.39
Hex 7 77 BE 60 25 0 19 CB 5D 27
Octal 7 167 276 140 45 0 31 313 135 47
Binary 111 1110111 10111110 1100000 100101 0 11001 11001011 1011101 100111

Color Harmonies of #0777BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777BE

Black with #0777BE

Text Example


Text Example

White with #0777BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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