Html Css Color HEX #076580 Blue Lagoon

📋 copy color: '#076580'

red 7 ◦ green 101 ◦ blue 128

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

Shades of Blue Lagoon #076580

Tints of Blue Lagoon #076580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.8%

 BLUE value IS 128 (50.39% from 255) = 54.24%

R = 2.97%
G = 42.8%
B = 54.24%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#076580 (or 0x076580) is known color: Blue Lagoon. HEX triplet: 07, 65 and 80. RGB value is (7,101,128). Sum of RGB (Red+Green+Blue) = 7+101+128=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #076580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076580 is #F89A7F. Grayscale: #4B4B4B. Windows color (decimal): -16292480 or 8414471. OLE color: 8414471.

HSL color Cylindrical-coordinate representation of color #076580: hue angle of 193.39º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076580 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 101 128 -
CMYK 0.95 0.21 0 0.50
HSL 193.39º 0.9% 0.26% -
HSV(B) 193.39º 0.95% 0.5% -
XYZ 8.64 10.91 22.07 -
YUV 75.97 157.36 78.8 -
System Red Green Blue C M Y K H S L
Decimal 7 101 128 0.95 0.21 0 0.50 193.39 0.9 0.26
Hex 7 65 80 5F 15 0 32 C1 5A 1A
Octal 7 145 200 137 25 0 62 301 132 32
Binary 111 1100101 10000000 1011111 10101 0 110010 11000001 1011010 11010

Color Harmonies of #076580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076580

Black with #076580

Text Example


Text Example

White with #076580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076580; }

 p { color: rgb(7,101,128); }

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

background-color css

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

 a { background-color: rgb(7,101,128); }

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

border-color css

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

 span { border-color: rgb(7,101,128); }

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