Html Css Color HEX #077ECC Navy Blue

📋 copy color: '#077ECC'

red 7 ◦ green 126 ◦ blue 204

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

Shades of Navy Blue #077ECC

Tints of Navy Blue #077ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.39%

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

R = 2.08%
G = 37.39%
B = 60.53%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#077ECC (or 0x077ECC) is known color: Navy Blue. HEX triplet: 07, 7E and CC. RGB value is (7,126,204). Sum of RGB (Red+Green+Blue) = 7+126+204=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #077ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ECC is #F88133. Grayscale: #626262. Windows color (decimal): -16286004 or 13401607. OLE color: 13401607.

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

Color convert

RGB 7 126 204 -
CMYK 0.97 0.38 0 0.2
HSL 203.76º 0.93% 0.41% -
HSV(B) 203.76º 0.97% 0.8% -
XYZ 18.45 19.33 59.88 -
YUV 99.31 187.08 62.16 -
System Red Green Blue C M Y K H S L
Decimal 7 126 204 0.97 0.38 0 0.2 203.76 0.93 0.41
Hex 7 7E CC 61 26 0 14 CC 5D 29
Octal 7 176 314 141 46 0 24 314 135 51
Binary 111 1111110 11001100 1100001 100110 0 10100 11001100 1011101 101001

Color Harmonies of #077ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077ECC

Black with #077ECC

Text Example


Text Example

White with #077ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077ECC; }

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

 H1.HeaderClassName
 {
   color: #077ECC;
 }
 .AnyTagClassName
 {
   color: #077ECC;
 }
</style>

background-color css

<style>
 a { background-color: #077ECC; }

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

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

border-color css

<style>
 span { border-color: #077ECC; }

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

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