#075B69

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

Shades of Blue Lagoon #075B69

Tints of Blue Lagoon #075B69

Color information

#075B69 (or 0x075B69) is unknown color: approx Blue Lagoon. HEX triplet: 07, 5B and 69. RGB value is (7,91,105). Sum of RGB (Red+Green+Blue) = 7+91+105=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #075B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B69 is #F8A496. Grayscale: #434343. Windows color (decimal): -16295063 or 6904583. OLE color: 6904583.

HSL color Cylindrical-coordinate representation of color #075B69: hue angle of 188.57º degrees, saturation: 0.88, 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 #075B69 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB791105-
CMYK0.930.1300.59
HSL188.57º87.5%21.96%-
HSV(B)188.57º93.33%41.18%-
XYZ6.388.5514.68-
YUV67.48149.1784.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 91 (35.94% from 255) = 44.83%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=3.45%
G=44.83%
B=51.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7911050.930.1300.59188.5787.521.96
Hex75B695DD03Bbd5816
Octal71331511351507327513026
Binary1111011011110100110111011101011101110111101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075B69; }

 p { color: rgb(7,91,105); }

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

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

 a { background-color: rgb(7,91,105); }

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

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

 span { border-color: rgb(7,91,105); }

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