Html Css Color HEX #0777CB Navy Blue

📋 copy color: '#0777CB'

red 7 ◦ green 119 ◦ blue 203

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

Shades of Navy Blue #0777CB

Tints of Navy Blue #0777CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 2.13%
G = 36.17%
B = 61.7%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0777CB (or 0x0777CB) is known color: Navy Blue. HEX triplet: 07, 77 and CB. RGB value is (7,119,203). Sum of RGB (Red+Green+Blue) = 7+119+203=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #0777CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0777CB is #F88834. Grayscale: #5E5E5E. Windows color (decimal): -16287797 or 13334279. OLE color: 13334279.

HSL color Cylindrical-coordinate representation of color #0777CB: hue angle of 205.71º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0777CB is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 119 203 -
CMYK 0.97 0.41 0 0.20
HSL 205.71º 0.93% 0.41% -
HSV(B) 205.71º 0.97% 0.8% -
XYZ 17.46 17.55 58.97 -
YUV 95.09 188.89 65.17 -
System Red Green Blue C M Y K H S L
Decimal 7 119 203 0.97 0.41 0 0.20 205.71 0.93 0.41
Hex 7 77 CB 61 29 0 14 CE 5D 29
Octal 7 167 313 141 51 0 24 316 135 51
Binary 111 1110111 11001011 1100001 101001 0 10100 11001110 1011101 101001

Color Harmonies of #0777CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777CB

Black with #0777CB

Text Example


Text Example

White with #0777CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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