Html Css Color HEX #076673 Blue Lagoon

📋 copy color: '#076673'

red 7 ◦ green 102 ◦ blue 115

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

Shades of Blue Lagoon #076673

Tints of Blue Lagoon #076673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.54%

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

R = 3.13%
G = 45.54%
B = 51.34%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076673 (or 0x076673) is known color: Blue Lagoon. HEX triplet: 07, 66 and 73. RGB value is (7,102,115). Sum of RGB (Red+Green+Blue) = 7+102+115=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #076673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076673 is #F8998C. Grayscale: #4A4A4A. Windows color (decimal): -16292237 or 7562759. OLE color: 7562759.

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

Color convert

RGB 7 102 115 -
CMYK 0.94 0.11 0 0.55
HSL 187.22º 0.89% 0.24% -
HSV(B) 187.22º 0.94% 0.45% -
XYZ 7.93 10.79 17.88 -
YUV 75.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 7 102 115 0.94 0.11 0 0.55 187.22 0.89 0.24
Hex 7 66 73 5E B 0 37 BB 59 18
Octal 7 146 163 136 13 0 67 273 131 30
Binary 111 1100110 1110011 1011110 1011 0 110111 10111011 1011001 11000

Color Harmonies of #076673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076673

Black with #076673

Text Example


Text Example

White with #076673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076673; }

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

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

background-color css

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

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

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

border-color css

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

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

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