Html Css Color HEX #076573 Blue Lagoon

📋 copy color: '#076573'

red 7 ◦ green 101 ◦ blue 115

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

Shades of Blue Lagoon #076573

Tints of Blue Lagoon #076573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

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

R = 3.14%
G = 45.29%
B = 51.57%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076573 (or 0x076573) is known color: Blue Lagoon. HEX triplet: 07, 65 and 73. RGB value is (7,101,115). Sum of RGB (Red+Green+Blue) = 7+101+115=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #076573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076573 is #F89A8C. Grayscale: #4A4A4A. Windows color (decimal): -16292493 or 7562503. OLE color: 7562503.

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

Color convert

RGB 7 101 115 -
CMYK 0.94 0.12 0 0.55
HSL 187.78º 0.89% 0.24% -
HSV(B) 187.78º 0.94% 0.45% -
XYZ 7.84 10.59 17.85 -
YUV 74.49 150.86 79.86 -
System Red Green Blue C M Y K H S L
Decimal 7 101 115 0.94 0.12 0 0.55 187.78 0.89 0.24
Hex 7 65 73 5E C 0 37 BC 59 18
Octal 7 145 163 136 14 0 67 274 131 30
Binary 111 1100101 1110011 1011110 1100 0 110111 10111100 1011001 11000

Color Harmonies of #076573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076573

Black with #076573

Text Example


Text Example

White with #076573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076573; }

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

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

background-color css

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

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

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

border-color css

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

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

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