#076ACA

Color #076ACA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #076ACA

Tints of Navy Blue #076ACA

Color information

#076ACA (or 0x076ACA) is unknown color: approx Navy Blue. HEX triplet: 07, 6A and CA. RGB value is (7,106,202). Sum of RGB (Red+Green+Blue) = 7+106+202=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #076ACA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ACA is #F89535. Grayscale: #565656. Windows color (decimal): -16291126 or 13265415. OLE color: 13265415.

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

Color convert

RGB7106202-
CMYK0.970.4800.21
HSL209.54º93.3%40.98%-
HSV(B)209.54º96.53%79.22%-
XYZ15.914.6257.86-
YUV87.34192.770.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.22%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=2.22%
G=33.65%
B=64.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71062020.970.4800.21209.5493.340.98
Hex76ACA6130015d25d29
Octal71523121416002532213551
Binary1111101010110010101100001110000010101110100101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #076ACA;
 }
 .AnyTagClassName
 {
   color: #076ACA;
 }
</style>
background-color css

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

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

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

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

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

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