Html Css Color HEX #077DCF Navy Blue

📋 copy color: '#077DCF'

red 7 ◦ green 125 ◦ blue 207

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

Shades of Navy Blue #077DCF

Tints of Navy Blue #077DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 2.06%
G = 36.87%
B = 61.06%

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

#077DCF (or 0x077DCF) is known color: Navy Blue. HEX triplet: 07, 7D and CF. RGB value is (7,125,207). Sum of RGB (Red+Green+Blue) = 7+125+207=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #077DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DCF is #F88230. Grayscale: #626262. Windows color (decimal): -16286257 or 13597959. OLE color: 13597959.

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

Color convert

RGB 7 125 207 -
CMYK 0.97 0.40 0 0.19
HSL 204.6º 0.93% 0.42% -
HSV(B) 204.6º 0.97% 0.81% -
XYZ 18.68 19.22 61.76 -
YUV 99.07 188.91 62.33 -
System Red Green Blue C M Y K H S L
Decimal 7 125 207 0.97 0.40 0 0.19 204.6 0.93 0.42
Hex 7 7D CF 61 28 0 13 CD 5D 2A
Octal 7 175 317 141 50 0 23 315 135 52
Binary 111 1111101 11001111 1100001 101000 0 10011 11001101 1011101 101010

Color Harmonies of #077DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DCF

Black with #077DCF

Text Example


Text Example

White with #077DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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