#076276

Color #076276 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #076276

Tints of Blue Lagoon #076276

Color information

#076276 (or 0x076276) is unknown color: approx Blue Lagoon. HEX triplet: 07, 62 and 76. RGB value is (7,98,118). Sum of RGB (Red+Green+Blue) = 7+98+118=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #076276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076276 is #F89D89. Grayscale: #484848. Windows color (decimal): -16293258 or 7758343. OLE color: 7758343.

HSL color Cylindrical-coordinate representation of color #076276: hue angle of 190.81º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076276 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB798118-
CMYK0.940.1700.54
HSL190.81º88.8%24.51%-
HSV(B)190.81º94.07%46.27%-
XYZ7.7310.0918.68-
YUV73.07153.3580.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.14%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=3.14%
G=43.95%
B=52.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7981180.940.1700.54190.8188.824.51
Hex762765E11036bf5919
Octal71421661362106627713131
Binary11111000101110110101111010001011011010111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076276; }

 p { color: rgb(7,98,118); }

 H1.HeaderClassName
 {
   color: #076276;
 }
 .AnyTagClassName
 {
   color: #076276;
 }
</style>
background-color css

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

 a { background-color: rgb(7,98,118); }

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

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

 span { border-color: rgb(7,98,118); }

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