Html Css Color HEX #077CCE Navy Blue

📋 copy color: '#077CCE'

red 7 ◦ green 124 ◦ blue 206

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

Shades of Navy Blue #077CCE

Tints of Navy Blue #077CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 2.08%
G = 36.8%
B = 61.13%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#077CCE (or 0x077CCE) is known color: Navy Blue. HEX triplet: 07, 7C and CE. RGB value is (7,124,206). Sum of RGB (Red+Green+Blue) = 7+124+206=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #077CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CCE is #F88331. Grayscale: #616161. Windows color (decimal): -16286514 or 13532167. OLE color: 13532167.

HSL color Cylindrical-coordinate representation of color #077CCE: hue angle of 204.72º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077CCE is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 124 206 -
CMYK 0.97 0.40 0 0.19
HSL 204.72º 0.93% 0.42% -
HSV(B) 204.72º 0.97% 0.81% -
XYZ 18.44 18.92 61.07 -
YUV 98.37 188.74 62.83 -
System Red Green Blue C M Y K H S L
Decimal 7 124 206 0.97 0.40 0 0.19 204.72 0.93 0.42
Hex 7 7C CE 61 28 0 13 CD 5D 2A
Octal 7 174 316 141 50 0 23 315 135 52
Binary 111 1111100 11001110 1100001 101000 0 10011 11001101 1011101 101010

Color Harmonies of #077CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CCE

Black with #077CCE

Text Example


Text Example

White with #077CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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