#075F69

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

Shades of Blue Lagoon #075F69

Tints of Blue Lagoon #075F69

Color information

#075F69 (or 0x075F69) is unknown color: approx Blue Lagoon. HEX triplet: 07, 5F and 69. RGB value is (7,95,105). Sum of RGB (Red+Green+Blue) = 7+95+105=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #075F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F69 is #F8A096. Grayscale: #454545. Windows color (decimal): -16294039 or 6905607. OLE color: 6905607.

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

Color convert

RGB795105-
CMYK0.930.1000.59
HSL186.12º87.5%21.96%-
HSV(B)186.12º93.33%41.18%-
XYZ6.739.2514.8-
YUV69.83147.8583.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 95 (37.5% from 255) = 45.89%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=3.38%
G=45.89%
B=50.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7951050.930.1000.59186.1287.521.96
Hex75F695DA03Bba5816
Octal71371511351207327213026
Binary1111011111110100110111011010011101110111010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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