Html Css Color HEX #0777CC Navy Blue

📋 copy color: '#0777CC'

red 7 ◦ green 119 ◦ blue 204

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

Shades of Navy Blue #0777CC

Tints of Navy Blue #0777CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 2.12%
G = 36.06%
B = 61.82%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0777CC (or 0x0777CC) is known color: Navy Blue. HEX triplet: 07, 77 and CC. RGB value is (7,119,204). Sum of RGB (Red+Green+Blue) = 7+119+204=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #0777CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0777CC is #F88833. Grayscale: #5E5E5E. Windows color (decimal): -16287796 or 13399815. OLE color: 13399815.

HSL color Cylindrical-coordinate representation of color #0777CC: hue angle of 205.89º 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 #0777CC is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 119 204 -
CMYK 0.97 0.42 0 0.2
HSL 205.89º 0.93% 0.41% -
HSV(B) 205.89º 0.97% 0.8% -
XYZ 17.58 17.6 59.6 -
YUV 95.2 189.39 65.09 -
System Red Green Blue C M Y K H S L
Decimal 7 119 204 0.97 0.42 0 0.2 205.89 0.93 0.41
Hex 7 77 CC 61 2A 0 14 CE 5D 29
Octal 7 167 314 141 52 0 24 316 135 51
Binary 111 1110111 11001100 1100001 101010 0 10100 11001110 1011101 101001

Color Harmonies of #0777CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0777CC

Black with #0777CC

Text Example


Text Example

White with #0777CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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