Html Css Color HEX #077FCC Navy Blue

📋 copy color: '#077FCC'

red 7 ◦ green 127 ◦ blue 204

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

Shades of Navy Blue #077FCC

Tints of Navy Blue #077FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 37.57%

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

R = 2.07%
G = 37.57%
B = 60.36%

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

#077FCC (or 0x077FCC) is known color: Navy Blue. HEX triplet: 07, 7F and CC. RGB value is (7,127,204). Sum of RGB (Red+Green+Blue) = 7+127+204=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #077FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FCC is #F88033. Grayscale: #636363. Windows color (decimal): -16285748 or 13401863. OLE color: 13401863.

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

Color convert

RGB 7 127 204 -
CMYK 0.97 0.38 0 0.2
HSL 203.45º 0.93% 0.41% -
HSV(B) 203.45º 0.97% 0.8% -
XYZ 18.58 19.58 59.93 -
YUV 99.9 186.74 61.74 -
System Red Green Blue C M Y K H S L
Decimal 7 127 204 0.97 0.38 0 0.2 203.45 0.93 0.41
Hex 7 7F CC 61 26 0 14 CB 5D 29
Octal 7 177 314 141 46 0 24 313 135 51
Binary 111 1111111 11001100 1100001 100110 0 10100 11001011 1011101 101001

Color Harmonies of #077FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FCC

Black with #077FCC

Text Example


Text Example

White with #077FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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