Html Css Color HEX #076873 Blue Lagoon

📋 copy color: '#076873'

red 7 ◦ green 104 ◦ blue 115

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

Shades of Blue Lagoon #076873

Tints of Blue Lagoon #076873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.02%

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

R = 3.1%
G = 46.02%
B = 50.88%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076873 (or 0x076873) is known color: Blue Lagoon. HEX triplet: 07, 68 and 73. RGB value is (7,104,115). Sum of RGB (Red+Green+Blue) = 7+104+115=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #076873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076873 is #F8978C. Grayscale: #4C4C4C. Windows color (decimal): -16291725 or 7563271. OLE color: 7563271.

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

Color convert

RGB 7 104 115 -
CMYK 0.94 0.10 0 0.55
HSL 186.11º 0.89% 0.24% -
HSV(B) 186.11º 0.94% 0.45% -
XYZ 8.13 11.18 17.95 -
YUV 76.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 7 104 115 0.94 0.10 0 0.55 186.11 0.89 0.24
Hex 7 68 73 5E A 0 37 BA 59 18
Octal 7 150 163 136 12 0 67 272 131 30
Binary 111 1101000 1110011 1011110 1010 0 110111 10111010 1011001 11000

Color Harmonies of #076873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076873

Black with #076873

Text Example


Text Example

White with #076873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076873; }

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

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

background-color css

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

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

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

border-color css

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

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

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