Html Css Color HEX #076FDB Navy Blue

📋 copy color: '#076FDB'

red 7 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #076FDB

Tints of Navy Blue #076FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

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

R = 2.08%
G = 32.94%
B = 64.99%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#076FDB (or 0x076FDB) is known color: Navy Blue. HEX triplet: 07, 6F and DB. RGB value is (7,111,219). Sum of RGB (Red+Green+Blue) = 7+111+219=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #076FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076FDB is #F89024. Grayscale: #5B5B5B. Windows color (decimal): -16289829 or 14380807. OLE color: 14380807.

HSL color Cylindrical-coordinate representation of color #076FDB: hue angle of 210.57º 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 #076FDB is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 111 219 -
CMYK 0.97 0.49 0 0.14
HSL 210.57º 0.94% 0.44% -
HSV(B) 210.57º 0.97% 0.86% -
XYZ 18.56 16.53 69.23 -
YUV 92.22 199.54 67.22 -
System Red Green Blue C M Y K H S L
Decimal 7 111 219 0.97 0.49 0 0.14 210.57 0.94 0.44
Hex 7 6F DB 61 31 0 E D3 5E 2C
Octal 7 157 333 141 61 0 16 323 136 54
Binary 111 1101111 11011011 1100001 110001 0 1110 11010011 1011110 101100

Color Harmonies of #076FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076FDB

Black with #076FDB

Text Example


Text Example

White with #076FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076FDB; }

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

 H1.HeaderClassName
 {
   color: #076FDB;
 }
 .AnyTagClassName
 {
   color: #076FDB;
 }
</style>

background-color css

<style>
 a { background-color: #076FDB; }

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

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

border-color css

<style>
 span { border-color: #076FDB; }

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

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