#075668

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

Shades of Blue Lagoon #075668

Tints of Blue Lagoon #075668

Color information

#075668 (or 0x075668) is unknown color: approx Blue Lagoon. HEX triplet: 07, 56 and 68. RGB value is (7,86,104). Sum of RGB (Red+Green+Blue) = 7+86+104=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #075668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075668 is #F8A997. Grayscale: #404040. Windows color (decimal): -16296344 or 6837767. OLE color: 6837767.

HSL color Cylindrical-coordinate representation of color #075668: hue angle of 191.13º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075668 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB786104-
CMYK0.930.1700.59
HSL191.13º87.39%21.76%-
HSV(B)191.13º93.27%40.78%-
XYZ5.917.714.27-
YUV64.43150.3387.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=3.55%
G=43.65%
B=52.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7861040.930.1700.59191.1387.3921.76
Hex756685D1103Bbf5716
Octal71261501352107327712726
Binary11110101101101000101110110001011101110111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075668; }

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

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

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

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

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

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

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

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