Html Css Color HEX #076071 Blue Lagoon

📋 copy color: '#076071'

red 7 ◦ green 96 ◦ blue 113

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

Shades of Blue Lagoon #076071

Tints of Blue Lagoon #076071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 3.24%
G = 44.44%
B = 52.31%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#076071 (or 0x076071) is known color: Blue Lagoon. HEX triplet: 07, 60 and 71. RGB value is (7,96,113). Sum of RGB (Red+Green+Blue) = 7+96+113=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #076071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076071 is #F89F8E. Grayscale: #474747. Windows color (decimal): -16293775 or 7430151. OLE color: 7430151.

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

Color convert

RGB 7 96 113 -
CMYK 0.94 0.15 0 0.56
HSL 189.62º 0.88% 0.24% -
HSV(B) 189.62º 0.94% 0.44% -
XYZ 7.25 9.6 17.09 -
YUV 71.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 7 96 113 0.94 0.15 0 0.56 189.62 0.88 0.24
Hex 7 60 71 5E F 0 38 BE 58 18
Octal 7 140 161 136 17 0 70 276 130 30
Binary 111 1100000 1110001 1011110 1111 0 111000 10111110 1011000 11000

Color Harmonies of #076071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076071

Black with #076071

Text Example


Text Example

White with #076071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076071; }

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

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

background-color css

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

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

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

border-color css

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

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

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