Html Css Color HEX #076A84 Blue Lagoon

📋 copy color: '#076A84'

red 7 ◦ green 106 ◦ blue 132

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

Shades of Blue Lagoon #076A84

Tints of Blue Lagoon #076A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.88%

R = 2.86%
G = 43.27%
B = 53.88%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#076A84 (or 0x076A84) is known color: Blue Lagoon. HEX triplet: 07, 6A and 84. RGB value is (7,106,132). Sum of RGB (Red+Green+Blue) = 7+106+132=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #076A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076A84 is #F8957B. Grayscale: #4F4F4F. Windows color (decimal): -16291196 or 8677895. OLE color: 8677895.

HSL color Cylindrical-coordinate representation of color #076A84: hue angle of 192.48º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076A84 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 106 132 -
CMYK 0.95 0.20 0 0.48
HSL 192.48º 0.9% 0.27% -
HSV(B) 192.48º 0.95% 0.52% -
XYZ 9.41 12.02 23.65 -
YUV 79.36 157.7 76.39 -
System Red Green Blue C M Y K H S L
Decimal 7 106 132 0.95 0.20 0 0.48 192.48 0.9 0.27
Hex 7 6A 84 5F 14 0 30 C0 5A 1B
Octal 7 152 204 137 24 0 60 300 132 33
Binary 111 1101010 10000100 1011111 10100 0 110000 11000000 1011010 11011

Color Harmonies of #076A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A84

Black with #076A84

Text Example


Text Example

White with #076A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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