Html Css Color HEX #075B73 Blue Lagoon

📋 copy color: '#075B73'

red 7 ◦ green 91 ◦ blue 115

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

Shades of Blue Lagoon #075B73

Tints of Blue Lagoon #075B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 3.29%
G = 42.72%
B = 53.99%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075B73 (or 0x075B73) is known color: Blue Lagoon. HEX triplet: 07, 5B and 73. RGB value is (7,91,115). Sum of RGB (Red+Green+Blue) = 7+91+115=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #075B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B73 is #F8A48C. Grayscale: #444444. Windows color (decimal): -16295053 or 7559943. OLE color: 7559943.

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

Color convert

RGB 7 91 115 -
CMYK 0.94 0.21 0 0.55
HSL 193.33º 0.89% 0.24% -
HSV(B) 193.33º 0.94% 0.45% -
XYZ 6.92 8.77 17.55 -
YUV 68.62 154.17 84.05 -
System Red Green Blue C M Y K H S L
Decimal 7 91 115 0.94 0.21 0 0.55 193.33 0.89 0.24
Hex 7 5B 73 5E 15 0 37 C1 59 18
Octal 7 133 163 136 25 0 67 301 131 30
Binary 111 1011011 1110011 1011110 10101 0 110111 11000001 1011001 11000

Color Harmonies of #075B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B73

Black with #075B73

Text Example


Text Example

White with #075B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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