Html Css Color HEX #077CCA Navy Blue

📋 copy color: '#077CCA'

red 7 ◦ green 124 ◦ blue 202

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

Shades of Navy Blue #077CCA

Tints of Navy Blue #077CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.24%

 BLUE value IS 202 (79.3% from 255) = 60.66%

R = 2.1%
G = 37.24%
B = 60.66%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#077CCA (or 0x077CCA) is known color: Navy Blue. HEX triplet: 07, 7C and CA. RGB value is (7,124,202). Sum of RGB (Red+Green+Blue) = 7+124+202=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #077CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CCA is #F88335. Grayscale: #616161. Windows color (decimal): -16286518 or 13270023. OLE color: 13270023.

HSL color Cylindrical-coordinate representation of color #077CCA: hue angle of 204º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077CCA is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 124 202 -
CMYK 0.97 0.39 0 0.21
HSL 204º 0.93% 0.41% -
HSV(B) 204º 0.97% 0.79% -
XYZ 17.96 18.72 58.54 -
YUV 97.91 186.74 63.16 -
System Red Green Blue C M Y K H S L
Decimal 7 124 202 0.97 0.39 0 0.21 204 0.93 0.41
Hex 7 7C CA 61 27 0 15 CC 5D 29
Octal 7 174 312 141 47 0 25 314 135 51
Binary 111 1111100 11001010 1100001 100111 0 10101 11001100 1011101 101001

Color Harmonies of #077CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CCA

Black with #077CCA

Text Example


Text Example

White with #077CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,124,202); }

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

background-color css

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

 a { background-color: rgb(7,124,202); }

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

border-color css

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

 span { border-color: rgb(7,124,202); }

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