Html Css Color HEX #076ACC Navy Blue

📋 copy color: '#076ACC'

red 7 ◦ green 106 ◦ blue 204

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

Shades of Navy Blue #076ACC

Tints of Navy Blue #076ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 2.21%
G = 33.44%
B = 64.35%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#076ACC (or 0x076ACC) is known color: Navy Blue. HEX triplet: 07, 6A and CC. RGB value is (7,106,204). Sum of RGB (Red+Green+Blue) = 7+106+204=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #076ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ACC is #F89533. Grayscale: #575757. Windows color (decimal): -16291124 or 13396487. OLE color: 13396487.

HSL color Cylindrical-coordinate representation of color #076ACC: hue angle of 209.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076ACC is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 106 204 -
CMYK 0.97 0.48 0 0.2
HSL 209.85º 0.93% 0.41% -
HSV(B) 209.85º 0.97% 0.8% -
XYZ 16.14 14.71 59.12 -
YUV 87.57 193.7 70.53 -
System Red Green Blue C M Y K H S L
Decimal 7 106 204 0.97 0.48 0 0.2 209.85 0.93 0.41
Hex 7 6A CC 61 30 0 14 D2 5D 29
Octal 7 152 314 141 60 0 24 322 135 51
Binary 111 1101010 11001100 1100001 110000 0 10100 11010010 1011101 101001

Color Harmonies of #076ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ACC

Black with #076ACC

Text Example


Text Example

White with #076ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,106,204); }

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

background-color css

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

 a { background-color: rgb(7,106,204); }

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

border-color css

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

 span { border-color: rgb(7,106,204); }

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