Html Css Color HEX #075B7A Blue Lagoon

📋 copy color: '#075B7A'

red 7 ◦ green 91 ◦ blue 122

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

Shades of Blue Lagoon #075B7A

Tints of Blue Lagoon #075B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.45%

R = 3.18%
G = 41.36%
B = 55.45%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#075B7A (or 0x075B7A) is known color: Blue Lagoon. HEX triplet: 07, 5B and 7A. RGB value is (7,91,122). Sum of RGB (Red+Green+Blue) = 7+91+122=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #075B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B7A is #F8A485. Grayscale: #454545. Windows color (decimal): -16295046 or 8018695. OLE color: 8018695.

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

Color convert

RGB 7 91 122 -
CMYK 0.94 0.25 0 0.52
HSL 196.17º 0.89% 0.25% -
HSV(B) 196.17º 0.94% 0.48% -
XYZ 7.34 8.93 19.75 -
YUV 69.42 157.67 83.48 -
System Red Green Blue C M Y K H S L
Decimal 7 91 122 0.94 0.25 0 0.52 196.17 0.89 0.25
Hex 7 5B 7A 5E 19 0 34 C4 59 19
Octal 7 133 172 136 31 0 64 304 131 31
Binary 111 1011011 1111010 1011110 11001 0 110100 11000100 1011001 11001

Color Harmonies of #075B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B7A

Black with #075B7A

Text Example


Text Example

White with #075B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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