Html Css Color HEX #077BD1 Navy Blue

📋 copy color: '#077BD1'

red 7 ◦ green 123 ◦ blue 209

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

Shades of Navy Blue #077BD1

Tints of Navy Blue #077BD1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.28%

 BLUE value IS 209 (82.03% from 255) = 61.65%

R = 2.06%
G = 36.28%
B = 61.65%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#077BD1 (or 0x077BD1) is known color: Navy Blue. HEX triplet: 07, 7B and D1. RGB value is (7,123,209). Sum of RGB (Red+Green+Blue) = 7+123+209=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #077BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BD1 is #F8842E. Grayscale: #616161. Windows color (decimal): -16286767 or 13728519. OLE color: 13728519.

HSL color Cylindrical-coordinate representation of color #077BD1: hue angle of 205.54º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077BD1 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 123 209 -
CMYK 0.97 0.41 0 0.18
HSL 205.54º 0.94% 0.42% -
HSV(B) 205.54º 0.97% 0.82% -
XYZ 18.68 18.81 62.97 -
YUV 98.12 190.57 63.01 -
System Red Green Blue C M Y K H S L
Decimal 7 123 209 0.97 0.41 0 0.18 205.54 0.94 0.42
Hex 7 7B D1 61 29 0 12 CE 5E 2A
Octal 7 173 321 141 51 0 22 316 136 52
Binary 111 1111011 11010001 1100001 101001 0 10010 11001110 1011110 101010

Color Harmonies of #077BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BD1

Black with #077BD1

Text Example


Text Example

White with #077BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,123,209); }

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

background-color css

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

 a { background-color: rgb(7,123,209); }

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

border-color css

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

 span { border-color: rgb(7,123,209); }

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