Html Css Color HEX #075B70 Blue Lagoon

📋 copy color: '#075B70'

red 7 ◦ green 91 ◦ blue 112

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

Shades of Blue Lagoon #075B70

Tints of Blue Lagoon #075B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.33%

R = 3.33%
G = 43.33%
B = 53.33%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#075B70 (or 0x075B70) is known color: Blue Lagoon. HEX triplet: 07, 5B and 70. RGB value is (7,91,112). Sum of RGB (Red+Green+Blue) = 7+91+112=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #075B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B70 is #F8A48F. Grayscale: #444444. Windows color (decimal): -16295056 or 7363335. OLE color: 7363335.

HSL color Cylindrical-coordinate representation of color #075B70: hue angle of 192º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075B70 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 91 112 -
CMYK 0.94 0.19 0 0.56
HSL 192º 0.88% 0.23% -
HSV(B) 192º 0.94% 0.44% -
XYZ 6.75 8.7 16.65 -
YUV 68.28 152.67 84.29 -
System Red Green Blue C M Y K H S L
Decimal 7 91 112 0.94 0.19 0 0.56 192 0.88 0.23
Hex 7 5B 70 5E 13 0 38 C0 58 17
Octal 7 133 160 136 23 0 70 300 130 27
Binary 111 1011011 1110000 1011110 10011 0 111000 11000000 1011000 10111

Color Harmonies of #075B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B70

Black with #075B70

Text Example


Text Example

White with #075B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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