#075966

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

Shades of Blue Lagoon #075966

Tints of Blue Lagoon #075966

Color information

#075966 (or 0x075966) is unknown color: approx Blue Lagoon. HEX triplet: 07, 59 and 66. RGB value is (7,89,102). Sum of RGB (Red+Green+Blue) = 7+89+102=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #075966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075966 is #F8A699. Grayscale: #414141. Windows color (decimal): -16295578 or 6707463. OLE color: 6707463.

HSL color Cylindrical-coordinate representation of color #075966: hue angle of 188.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075966 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB789102-
CMYK0.930.1300.6
HSL188.21º87.16%21.37%-
HSV(B)188.21º93.14%40%-
XYZ6.068.1513.82-
YUV65.96148.3385.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 89 (35.16% from 255) = 44.95%
BLUE value IS 102 (40.23% from 255) = 51.52%
R=3.54%
G=44.95%
B=51.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7891020.930.1300.6188.2187.1621.37
Hex759665DD03Cbc5715
Octal71311461351507427412725
Binary1111011001110011010111011101011110010111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075966; }

 p { color: rgb(7,89,102); }

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

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

 a { background-color: rgb(7,89,102); }

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

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

 span { border-color: rgb(7,89,102); }

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