Html Css Color HEX #075973 Blue Lagoon

📋 copy color: '#075973'

red 7 ◦ green 89 ◦ blue 115

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

Shades of Blue Lagoon #075973

Tints of Blue Lagoon #075973

RGB

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

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

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

R = 3.32%
G = 42.18%
B = 54.5%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075973 (or 0x075973) is known color: Blue Lagoon. HEX triplet: 07, 59 and 73. RGB value is (7,89,115). Sum of RGB (Red+Green+Blue) = 7+89+115=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #075973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075973 is #F8A68C. Grayscale: #434343. Windows color (decimal): -16295565 or 7559431. OLE color: 7559431.

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

Color convert

RGB 7 89 115 -
CMYK 0.94 0.23 0 0.55
HSL 194.44º 0.89% 0.24% -
HSV(B) 194.44º 0.94% 0.45% -
XYZ 6.75 8.43 17.49 -
YUV 67.45 154.83 84.89 -
System Red Green Blue C M Y K H S L
Decimal 7 89 115 0.94 0.23 0 0.55 194.44 0.89 0.24
Hex 7 59 73 5E 17 0 37 C2 59 18
Octal 7 131 163 136 27 0 67 302 131 30
Binary 111 1011001 1110011 1011110 10111 0 110111 11000010 1011001 11000

Color Harmonies of #075973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075973

Black with #075973

Text Example


Text Example

White with #075973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075973; }

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

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

background-color css

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

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

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

border-color css

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

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

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