Html Css Color HEX #076571 Blue Lagoon

📋 copy color: '#076571'

red 7 ◦ green 101 ◦ blue 113

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

Shades of Blue Lagoon #076571

Tints of Blue Lagoon #076571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

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

R = 3.17%
G = 45.7%
B = 51.13%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#076571 (or 0x076571) is known color: Blue Lagoon. HEX triplet: 07, 65 and 71. RGB value is (7,101,113). Sum of RGB (Red+Green+Blue) = 7+101+113=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #076571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076571 is #F89A8E. Grayscale: #4A4A4A. Windows color (decimal): -16292495 or 7431431. OLE color: 7431431.

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

Color convert

RGB 7 101 113 -
CMYK 0.94 0.11 0 0.56
HSL 186.79º 0.88% 0.24% -
HSV(B) 186.79º 0.94% 0.44% -
XYZ 7.72 10.54 17.25 -
YUV 74.26 149.86 80.02 -
System Red Green Blue C M Y K H S L
Decimal 7 101 113 0.94 0.11 0 0.56 186.79 0.88 0.24
Hex 7 65 71 5E B 0 38 BB 58 18
Octal 7 145 161 136 13 0 70 273 130 30
Binary 111 1100101 1110001 1011110 1011 0 111000 10111011 1011000 11000

Color Harmonies of #076571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076571

Black with #076571

Text Example


Text Example

White with #076571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076571; }

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

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

background-color css

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

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

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

border-color css

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

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

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