Html Css Color HEX #0776DB Navy Blue

📋 copy color: '#0776DB'

red 7 ◦ green 118 ◦ blue 219

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

Shades of Navy Blue #0776DB

Tints of Navy Blue #0776DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.66%

R = 2.03%
G = 34.3%
B = 63.66%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0776DB (or 0x0776DB) is known color: Navy Blue. HEX triplet: 07, 76 and DB. RGB value is (7,118,219). Sum of RGB (Red+Green+Blue) = 7+118+219=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #0776DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0776DB is #F88924. Grayscale: #5F5F5F. Windows color (decimal): -16288037 or 14382599. OLE color: 14382599.

HSL color Cylindrical-coordinate representation of color #0776DB: hue angle of 208.58º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0776DB is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 118 219 -
CMYK 0.97 0.46 0 0.14
HSL 208.58º 0.94% 0.44% -
HSV(B) 208.58º 0.97% 0.86% -
XYZ 19.35 18.12 69.49 -
YUV 96.33 197.23 64.29 -
System Red Green Blue C M Y K H S L
Decimal 7 118 219 0.97 0.46 0 0.14 208.58 0.94 0.44
Hex 7 76 DB 61 2E 0 E D1 5E 2C
Octal 7 166 333 141 56 0 16 321 136 54
Binary 111 1110110 11011011 1100001 101110 0 1110 11010001 1011110 101100

Color Harmonies of #0776DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0776DB

Black with #0776DB

Text Example


Text Example

White with #0776DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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