Html Css Color HEX #077DCC Navy Blue

📋 copy color: '#077DCC'

red 7 ◦ green 125 ◦ blue 204

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

Shades of Navy Blue #077DCC

Tints of Navy Blue #077DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.2%

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

R = 2.08%
G = 37.2%
B = 60.71%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#077DCC (or 0x077DCC) is known color: Navy Blue. HEX triplet: 07, 7D and CC. RGB value is (7,125,204). Sum of RGB (Red+Green+Blue) = 7+125+204=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #077DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DCC is #F88233. Grayscale: #626262. Windows color (decimal): -16286260 or 13401351. OLE color: 13401351.

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

Color convert

RGB 7 125 204 -
CMYK 0.97 0.39 0 0.2
HSL 204.06º 0.93% 0.41% -
HSV(B) 204.06º 0.97% 0.8% -
XYZ 18.32 19.07 59.84 -
YUV 98.72 187.41 62.58 -
System Red Green Blue C M Y K H S L
Decimal 7 125 204 0.97 0.39 0 0.2 204.06 0.93 0.41
Hex 7 7D CC 61 27 0 14 CC 5D 29
Octal 7 175 314 141 47 0 24 314 135 51
Binary 111 1111101 11001100 1100001 100111 0 10100 11001100 1011101 101001

Color Harmonies of #077DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DCC

Black with #077DCC

Text Example


Text Example

White with #077DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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