Html Css Color HEX #076471 Blue Lagoon

📋 copy color: '#076471'

red 7 ◦ green 100 ◦ blue 113

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

Shades of Blue Lagoon #076471

Tints of Blue Lagoon #076471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

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

R = 3.18%
G = 45.45%
B = 51.36%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#076471 (or 0x076471) is known color: Blue Lagoon. HEX triplet: 07, 64 and 71. RGB value is (7,100,113). Sum of RGB (Red+Green+Blue) = 7+100+113=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #076471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076471 is #F89B8E. Grayscale: #494949. Windows color (decimal): -16292751 or 7431175. OLE color: 7431175.

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

Color convert

RGB 7 100 113 -
CMYK 0.94 0.12 0 0.56
HSL 187.36º 0.88% 0.24% -
HSV(B) 187.36º 0.94% 0.44% -
XYZ 7.63 10.35 17.22 -
YUV 73.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 7 100 113 0.94 0.12 0 0.56 187.36 0.88 0.24
Hex 7 64 71 5E C 0 38 BB 58 18
Octal 7 144 161 136 14 0 70 273 130 30
Binary 111 1100100 1110001 1011110 1100 0 111000 10111011 1011000 11000

Color Harmonies of #076471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076471

Black with #076471

Text Example


Text Example

White with #076471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076471; }

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

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

background-color css

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

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

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

border-color css

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

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

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