Html Css Color HEX #076070 Blue Lagoon

📋 copy color: '#076070'

red 7 ◦ green 96 ◦ blue 112

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

Shades of Blue Lagoon #076070

Tints of Blue Lagoon #076070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.65%

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 3.26%
G = 44.65%
B = 52.09%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#076070 (or 0x076070) is known color: Blue Lagoon. HEX triplet: 07, 60 and 70. RGB value is (7,96,112). Sum of RGB (Red+Green+Blue) = 7+96+112=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #076070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076070 is #F89F8F. Grayscale: #474747. Windows color (decimal): -16293776 or 7364615. OLE color: 7364615.

HSL color Cylindrical-coordinate representation of color #076070: hue angle of 189.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076070 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 96 112 -
CMYK 0.94 0.14 0 0.56
HSL 189.14º 0.88% 0.23% -
HSV(B) 189.14º 0.94% 0.44% -
XYZ 7.2 9.58 16.8 -
YUV 71.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 7 96 112 0.94 0.14 0 0.56 189.14 0.88 0.23
Hex 7 60 70 5E E 0 38 BD 58 17
Octal 7 140 160 136 16 0 70 275 130 27
Binary 111 1100000 1110000 1011110 1110 0 111000 10111101 1011000 10111

Color Harmonies of #076070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076070

Black with #076070

Text Example


Text Example

White with #076070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076070; }

 p { color: rgb(7,96,112); }

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

background-color css

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

 a { background-color: rgb(7,96,112); }

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

border-color css

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

 span { border-color: rgb(7,96,112); }

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