Html Css Color HEX #076DDB Navy Blue

📋 copy color: '#076DDB'

red 7 ◦ green 109 ◦ blue 219

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

Shades of Navy Blue #076DDB

Tints of Navy Blue #076DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 2.09%
G = 32.54%
B = 65.37%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#076DDB (or 0x076DDB) is known color: Navy Blue. HEX triplet: 07, 6D and DB. RGB value is (7,109,219). Sum of RGB (Red+Green+Blue) = 7+109+219=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #076DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DDB is #F89224. Grayscale: #5A5A5A. Windows color (decimal): -16290341 or 14380295. OLE color: 14380295.

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

Color convert

RGB 7 109 219 -
CMYK 0.97 0.50 0 0.14
HSL 211.13º 0.94% 0.44% -
HSV(B) 211.13º 0.97% 0.86% -
XYZ 18.34 16.1 69.16 -
YUV 91.04 200.21 68.06 -
System Red Green Blue C M Y K H S L
Decimal 7 109 219 0.97 0.50 0 0.14 211.13 0.94 0.44
Hex 7 6D DB 61 32 0 E D3 5E 2C
Octal 7 155 333 141 62 0 16 323 136 54
Binary 111 1101101 11011011 1100001 110010 0 1110 11010011 1011110 101100

Color Harmonies of #076DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DDB

Black with #076DDB

Text Example


Text Example

White with #076DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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