Html Css Color HEX #075972 Blue Lagoon

📋 copy color: '#075972'

red 7 ◦ green 89 ◦ blue 114

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

Shades of Blue Lagoon #075972

Tints of Blue Lagoon #075972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.29%

R = 3.33%
G = 42.38%
B = 54.29%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075972 (or 0x075972) is known color: Blue Lagoon. HEX triplet: 07, 59 and 72. RGB value is (7,89,114). Sum of RGB (Red+Green+Blue) = 7+89+114=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #075972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075972 is #F8A68D. Grayscale: #434343. Windows color (decimal): -16295566 or 7493895. OLE color: 7493895.

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

Color convert

RGB 7 89 114 -
CMYK 0.94 0.22 0 0.55
HSL 194.02º 0.88% 0.24% -
HSV(B) 194.02º 0.94% 0.45% -
XYZ 6.7 8.4 17.19 -
YUV 67.33 154.33 84.97 -
System Red Green Blue C M Y K H S L
Decimal 7 89 114 0.94 0.22 0 0.55 194.02 0.88 0.24
Hex 7 59 72 5E 16 0 37 C2 58 18
Octal 7 131 162 136 26 0 67 302 130 30
Binary 111 1011001 1110010 1011110 10110 0 110111 11000010 1011000 11000

Color Harmonies of #075972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075972

Black with #075972

Text Example


Text Example

White with #075972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075972; }

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

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

background-color css

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

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

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

border-color css

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

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

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