#075663

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

Shades of Blue Lagoon #075663

Tints of Blue Lagoon #075663

Color information

#075663 (or 0x075663) is unknown color: approx Blue Lagoon. HEX triplet: 07, 56 and 63. RGB value is (7,86,99). Sum of RGB (Red+Green+Blue) = 7+86+99=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #075663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075663 is #F8A99C. Grayscale: #3F3F3F. Windows color (decimal): -16296349 or 6510087. OLE color: 6510087.

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

Color convert

RGB78699-
CMYK0.930.1300.61
HSL188.48º86.79%20.78%-
HSV(B)188.48º92.93%38.82%-
XYZ5.677.612.97-
YUV63.86147.8387.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 86 (33.98% from 255) = 44.79%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=3.65%
G=44.79%
B=51.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal786990.930.1300.61188.4886.7920.78
Hex756635DD03Dbc5715
Octal71261431351507527412725
Binary1111010110110001110111011101011110110111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075663; }

 p { color: rgb(7,86,99); }

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

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

 a { background-color: rgb(7,86,99); }

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

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

 span { border-color: rgb(7,86,99); }

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