Html Css Color HEX #076572 Blue Lagoon

📋 copy color: '#076572'

red 7 ◦ green 101 ◦ blue 114

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

Shades of Blue Lagoon #076572

Tints of Blue Lagoon #076572

RGB

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

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

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

R = 3.15%
G = 45.5%
B = 51.35%

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

#076572 (or 0x076572) is known color: Blue Lagoon. HEX triplet: 07, 65 and 72. RGB value is (7,101,114). Sum of RGB (Red+Green+Blue) = 7+101+114=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #076572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076572 is #F89A8D. Grayscale: #4A4A4A. Windows color (decimal): -16292494 or 7496967. OLE color: 7496967.

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

Color convert

RGB 7 101 114 -
CMYK 0.94 0.11 0 0.55
HSL 187.29º 0.88% 0.24% -
HSV(B) 187.29º 0.94% 0.45% -
XYZ 7.78 10.57 17.55 -
YUV 74.38 150.36 79.94 -
System Red Green Blue C M Y K H S L
Decimal 7 101 114 0.94 0.11 0 0.55 187.29 0.88 0.24
Hex 7 65 72 5E B 0 37 BB 58 18
Octal 7 145 162 136 13 0 67 273 130 30
Binary 111 1100101 1110010 1011110 1011 0 110111 10111011 1011000 11000

Color Harmonies of #076572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076572

Black with #076572

Text Example


Text Example

White with #076572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076572; }

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

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

background-color css

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

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

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

border-color css

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

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

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