#076280

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

Shades of Blue Lagoon #076280

Tints of Blue Lagoon #076280

Color information

#076280 (or 0x076280) is unknown color: approx Blue Lagoon. HEX triplet: 07, 62 and 80. RGB value is (7,98,128). Sum of RGB (Red+Green+Blue) = 7+98+128=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #076280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076280 is #F89D7F. Grayscale: #4A4A4A. Windows color (decimal): -16293248 or 8413703. OLE color: 8413703.

HSL color Cylindrical-coordinate representation of color #076280: hue angle of 194.88º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076280 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB798128-
CMYK0.950.2300.50
HSL194.88º89.63%26.47%-
HSV(B)194.88º94.53%50.2%-
XYZ8.3510.3421.98-
YUV74.21158.3580.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.00%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 128 (50.39% from 255) = 54.94%
R=3.00%
G=42.06%
B=54.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7981280.950.2300.50194.8889.6326.47
Hex762805F17032c35a1a
Octal71422001372706230313232
Binary111110001010000000101111110111011001011000011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076280; }

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

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

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

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

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

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

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

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