Html Css Color HEX #076AC3 Navy Blue

📋 copy color: '#076AC3'

red 7 ◦ green 106 ◦ blue 195

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

Shades of Navy Blue #076AC3

Tints of Navy Blue #076AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 63.31%

R = 2.27%
G = 34.42%
B = 63.31%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#076AC3 (or 0x076AC3) is known color: Navy Blue. HEX triplet: 07, 6A and C3. RGB value is (7,106,195). Sum of RGB (Red+Green+Blue) = 7+106+195=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #076AC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076AC3 is #F8953C. Grayscale: #565656. Windows color (decimal): -16291133 or 12806663. OLE color: 12806663.

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

Color convert

RGB 7 106 195 -
CMYK 0.96 0.46 0 0.24
HSL 208.4º 0.93% 0.4% -
HSV(B) 208.4º 0.96% 0.76% -
XYZ 15.09 14.29 53.59 -
YUV 86.55 189.2 71.26 -
System Red Green Blue C M Y K H S L
Decimal 7 106 195 0.96 0.46 0 0.24 208.4 0.93 0.4
Hex 7 6A C3 60 2E 0 18 D0 5D 28
Octal 7 152 303 140 56 0 30 320 135 50
Binary 111 1101010 11000011 1100000 101110 0 11000 11010000 1011101 101000

Color Harmonies of #076AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076AC3

Black with #076AC3

Text Example


Text Example

White with #076AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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