Html Css Color HEX #075971 Blue Lagoon

📋 copy color: '#075971'

red 7 ◦ green 89 ◦ blue 113

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

Shades of Blue Lagoon #075971

Tints of Blue Lagoon #075971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 3.35%
G = 42.58%
B = 54.07%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#075971 (or 0x075971) is known color: Blue Lagoon. HEX triplet: 07, 59 and 71. RGB value is (7,89,113). Sum of RGB (Red+Green+Blue) = 7+89+113=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #075971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075971 is #F8A68E. Grayscale: #434343. Windows color (decimal): -16295567 or 7428359. OLE color: 7428359.

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

Color convert

RGB 7 89 113 -
CMYK 0.94 0.21 0 0.56
HSL 193.58º 0.88% 0.24% -
HSV(B) 193.58º 0.94% 0.44% -
XYZ 6.64 8.38 16.89 -
YUV 67.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 7 89 113 0.94 0.21 0 0.56 193.58 0.88 0.24
Hex 7 59 71 5E 15 0 38 C2 58 18
Octal 7 131 161 136 25 0 70 302 130 30
Binary 111 1011001 1110001 1011110 10101 0 111000 11000010 1011000 11000

Color Harmonies of #075971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075971

Black with #075971

Text Example


Text Example

White with #075971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075971; }

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

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

background-color css

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

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

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

border-color css

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

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

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