Html Css Color HEX #075B76 Blue Lagoon

📋 copy color: '#075B76'

red 7 ◦ green 91 ◦ blue 118

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

Shades of Blue Lagoon #075B76

Tints of Blue Lagoon #075B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.13%

 BLUE value IS 118 (46.48% from 255) = 54.63%

R = 3.24%
G = 42.13%
B = 54.63%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#075B76 (or 0x075B76) is known color: Blue Lagoon. HEX triplet: 07, 5B and 76. RGB value is (7,91,118). Sum of RGB (Red+Green+Blue) = 7+91+118=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #075B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B76 is #F8A489. Grayscale: #444444. Windows color (decimal): -16295050 or 7756551. OLE color: 7756551.

HSL color Cylindrical-coordinate representation of color #075B76: hue angle of 194.59º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075B76 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 91 118 -
CMYK 0.94 0.23 0 0.54
HSL 194.59º 0.89% 0.25% -
HSV(B) 194.59º 0.94% 0.46% -
XYZ 7.1 8.84 18.47 -
YUV 68.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 7 91 118 0.94 0.23 0 0.54 194.59 0.89 0.25
Hex 7 5B 76 5E 17 0 36 C3 59 19
Octal 7 133 166 136 27 0 66 303 131 31
Binary 111 1011011 1110110 1011110 10111 0 110110 11000011 1011001 11001

Color Harmonies of #075B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B76

Black with #075B76

Text Example


Text Example

White with #075B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075B76; }

 p { color: rgb(7,91,118); }

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

background-color css

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

 a { background-color: rgb(7,91,118); }

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

border-color css

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

 span { border-color: rgb(7,91,118); }

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