Html Css Color HEX #076173 Blue Lagoon

📋 copy color: '#076173'

red 7 ◦ green 97 ◦ blue 115

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

Shades of Blue Lagoon #076173

Tints of Blue Lagoon #076173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 3.2%
G = 44.29%
B = 52.51%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076173 (or 0x076173) is known color: Blue Lagoon. HEX triplet: 07, 61 and 73. RGB value is (7,97,115). Sum of RGB (Red+Green+Blue) = 7+97+115=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #076173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076173 is #F89E8C. Grayscale: #474747. Windows color (decimal): -16293517 or 7561479. OLE color: 7561479.

HSL color Cylindrical-coordinate representation of color #076173: hue angle of 190º degrees, saturation: 0.89, 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 #076173 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 97 115 -
CMYK 0.94 0.16 0 0.55
HSL 190º 0.89% 0.24% -
HSV(B) 190º 0.94% 0.45% -
XYZ 7.46 9.83 17.72 -
YUV 72.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 7 97 115 0.94 0.16 0 0.55 190 0.89 0.24
Hex 7 61 73 5E 10 0 37 BE 59 18
Octal 7 141 163 136 20 0 67 276 131 30
Binary 111 1100001 1110011 1011110 10000 0 110111 10111110 1011001 11000

Color Harmonies of #076173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076173

Black with #076173

Text Example


Text Example

White with #076173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076173; }

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

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

background-color css

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

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

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

border-color css

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

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

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