Html Css Color HEX #075D74 Blue Lagoon

📋 copy color: '#075D74'

red 7 ◦ green 93 ◦ blue 116

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

Shades of Blue Lagoon #075D74

Tints of Blue Lagoon #075D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.06%

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 3.24%
G = 43.06%
B = 53.7%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075D74 (or 0x075D74) is known color: Blue Lagoon. HEX triplet: 07, 5D and 74. RGB value is (7,93,116). Sum of RGB (Red+Green+Blue) = 7+93+116=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #075D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D74 is #F8A28B. Grayscale: #454545. Windows color (decimal): -16294540 or 7625991. OLE color: 7625991.

HSL color Cylindrical-coordinate representation of color #075D74: hue angle of 192.66º degrees, saturation: 0.89, 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 #075D74 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 93 116 -
CMYK 0.94 0.20 0 0.55
HSL 192.66º 0.89% 0.24% -
HSV(B) 192.66º 0.94% 0.45% -
XYZ 7.15 9.13 17.91 -
YUV 69.91 154.01 83.13 -
System Red Green Blue C M Y K H S L
Decimal 7 93 116 0.94 0.20 0 0.55 192.66 0.89 0.24
Hex 7 5D 74 5E 14 0 37 C1 59 18
Octal 7 135 164 136 24 0 67 301 131 30
Binary 111 1011101 1110100 1011110 10100 0 110111 11000001 1011001 11000

Color Harmonies of #075D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075D74

Black with #075D74

Text Example


Text Example

White with #075D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,93,116); }

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

background-color css

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

 a { background-color: rgb(7,93,116); }

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

border-color css

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

 span { border-color: rgb(7,93,116); }

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