Html Css Color HEX #075976 Blue Lagoon

📋 copy color: '#075976'

red 7 ◦ green 89 ◦ blue 118

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

Shades of Blue Lagoon #075976

Tints of Blue Lagoon #075976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.59%

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

R = 3.27%
G = 41.59%
B = 55.14%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#075976 (or 0x075976) is known color: Blue Lagoon. HEX triplet: 07, 59 and 76. RGB value is (7,89,118). Sum of RGB (Red+Green+Blue) = 7+89+118=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #075976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075976 is #F8A689. Grayscale: #434343. Windows color (decimal): -16295562 or 7756039. OLE color: 7756039.

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

Color convert

RGB 7 89 118 -
CMYK 0.94 0.25 0 0.54
HSL 195.68º 0.89% 0.25% -
HSV(B) 195.68º 0.94% 0.46% -
XYZ 6.93 8.5 18.41 -
YUV 67.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 7 89 118 0.94 0.25 0 0.54 195.68 0.89 0.25
Hex 7 59 76 5E 19 0 36 C4 59 19
Octal 7 131 166 136 31 0 66 304 131 31
Binary 111 1011001 1110110 1011110 11001 0 110110 11000100 1011001 11001

Color Harmonies of #075976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075976

Black with #075976

Text Example


Text Example

White with #075976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075976; }

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

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

background-color css

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

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

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

border-color css

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

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

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