Html Css Color HEX #077BDB Navy Blue

📋 copy color: '#077BDB'

red 7 ◦ green 123 ◦ blue 219

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

Shades of Navy Blue #077BDB

Tints of Navy Blue #077BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 2.01%
G = 35.24%
B = 62.75%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#077BDB (or 0x077BDB) is known color: Navy Blue. HEX triplet: 07, 7B and DB. RGB value is (7,123,219). Sum of RGB (Red+Green+Blue) = 7+123+219=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #077BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BDB is #F88424. Grayscale: #626262. Windows color (decimal): -16286757 or 14383879. OLE color: 14383879.

HSL color Cylindrical-coordinate representation of color #077BDB: hue angle of 207.17º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077BDB is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 123 219 -
CMYK 0.97 0.44 0 0.14
HSL 207.17º 0.94% 0.44% -
HSV(B) 207.17º 0.97% 0.86% -
XYZ 19.96 19.33 69.7 -
YUV 99.26 195.57 62.19 -
System Red Green Blue C M Y K H S L
Decimal 7 123 219 0.97 0.44 0 0.14 207.17 0.94 0.44
Hex 7 7B DB 61 2C 0 E CF 5E 2C
Octal 7 173 333 141 54 0 16 317 136 54
Binary 111 1111011 11011011 1100001 101100 0 1110 11001111 1011110 101100

Color Harmonies of #077BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BDB

Black with #077BDB

Text Example


Text Example

White with #077BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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