Html Css Color HEX #077FCA Navy Blue

📋 copy color: '#077FCA'

red 7 ◦ green 127 ◦ blue 202

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

Shades of Navy Blue #077FCA

Tints of Navy Blue #077FCA

RGB

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

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

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

R = 2.08%
G = 37.8%
B = 60.12%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#077FCA (or 0x077FCA) is known color: Navy Blue. HEX triplet: 07, 7F and CA. RGB value is (7,127,202). Sum of RGB (Red+Green+Blue) = 7+127+202=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #077FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FCA is #F88035. Grayscale: #636363. Windows color (decimal): -16285750 or 13270791. OLE color: 13270791.

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

Color convert

RGB 7 127 202 -
CMYK 0.97 0.37 0 0.21
HSL 203.08º 0.93% 0.41% -
HSV(B) 203.08º 0.97% 0.79% -
XYZ 18.34 19.49 58.67 -
YUV 99.67 185.74 61.9 -
System Red Green Blue C M Y K H S L
Decimal 7 127 202 0.97 0.37 0 0.21 203.08 0.93 0.41
Hex 7 7F CA 61 25 0 15 CB 5D 29
Octal 7 177 312 141 45 0 25 313 135 51
Binary 111 1111111 11001010 1100001 100101 0 10101 11001011 1011101 101001

Color Harmonies of #077FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FCA

Black with #077FCA

Text Example


Text Example

White with #077FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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