Html Css Color HEX #076172 Blue Lagoon

📋 copy color: '#076172'

red 7 ◦ green 97 ◦ blue 114

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

Shades of Blue Lagoon #076172

Tints of Blue Lagoon #076172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 3.21%
G = 44.5%
B = 52.29%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076172 (or 0x076172) is known color: Blue Lagoon. HEX triplet: 07, 61 and 72. RGB value is (7,97,114). Sum of RGB (Red+Green+Blue) = 7+97+114=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #076172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076172 is #F89E8D. Grayscale: #474747. Windows color (decimal): -16293518 or 7495943. OLE color: 7495943.

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

Color convert

RGB 7 97 114 -
CMYK 0.94 0.15 0 0.55
HSL 189.53º 0.88% 0.24% -
HSV(B) 189.53º 0.94% 0.45% -
XYZ 7.4 9.81 17.42 -
YUV 72.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 7 97 114 0.94 0.15 0 0.55 189.53 0.88 0.24
Hex 7 61 72 5E F 0 37 BE 58 18
Octal 7 141 162 136 17 0 67 276 130 30
Binary 111 1100001 1110010 1011110 1111 0 110111 10111110 1011000 11000

Color Harmonies of #076172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076172

Black with #076172

Text Example


Text Example

White with #076172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076172; }

 p { color: rgb(7,97,114); }

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

background-color css

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

 a { background-color: rgb(7,97,114); }

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

border-color css

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

 span { border-color: rgb(7,97,114); }

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