Html Css Color HEX #076073 Blue Lagoon

📋 copy color: '#076073'

red 7 ◦ green 96 ◦ blue 115

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

Shades of Blue Lagoon #076073

Tints of Blue Lagoon #076073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

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

R = 3.21%
G = 44.04%
B = 52.75%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076073 (or 0x076073) is known color: Blue Lagoon. HEX triplet: 07, 60 and 73. RGB value is (7,96,115). Sum of RGB (Red+Green+Blue) = 7+96+115=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #076073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076073 is #F89F8C. Grayscale: #474747. Windows color (decimal): -16293773 or 7561223. OLE color: 7561223.

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

Color convert

RGB 7 96 115 -
CMYK 0.94 0.17 0 0.55
HSL 190.56º 0.89% 0.24% -
HSV(B) 190.56º 0.94% 0.45% -
XYZ 7.37 9.65 17.69 -
YUV 71.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 7 96 115 0.94 0.17 0 0.55 190.56 0.89 0.24
Hex 7 60 73 5E 11 0 37 BF 59 18
Octal 7 140 163 136 21 0 67 277 131 30
Binary 111 1100000 1110011 1011110 10001 0 110111 10111111 1011001 11000

Color Harmonies of #076073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076073

Black with #076073

Text Example


Text Example

White with #076073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076073; }

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

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

background-color css

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

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

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

border-color css

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

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

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