Html Css Color HEX #076DC6 Navy Blue

📋 copy color: '#076DC6'

red 7 ◦ green 109 ◦ blue 198

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

Shades of Navy Blue #076DC6

Tints of Navy Blue #076DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.06%

R = 2.23%
G = 34.71%
B = 63.06%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#076DC6 (or 0x076DC6) is known color: Navy Blue. HEX triplet: 07, 6D and C6. RGB value is (7,109,198). Sum of RGB (Red+Green+Blue) = 7+109+198=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #076DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DC6 is #F89239. Grayscale: #585858. Windows color (decimal): -16290362 or 13004039. OLE color: 13004039.

HSL color Cylindrical-coordinate representation of color #076DC6: hue angle of 207.96º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076DC6 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 109 198 -
CMYK 0.96 0.45 0 0.22
HSL 207.96º 0.93% 0.4% -
HSV(B) 207.96º 0.96% 0.78% -
XYZ 15.75 15.06 55.5 -
YUV 88.65 189.71 69.76 -
System Red Green Blue C M Y K H S L
Decimal 7 109 198 0.96 0.45 0 0.22 207.96 0.93 0.4
Hex 7 6D C6 60 2D 0 16 D0 5D 28
Octal 7 155 306 140 55 0 26 320 135 50
Binary 111 1101101 11000110 1100000 101101 0 10110 11010000 1011101 101000

Color Harmonies of #076DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DC6

Black with #076DC6

Text Example


Text Example

White with #076DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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