#075968

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

Shades of Blue Lagoon #075968

Tints of Blue Lagoon #075968

Color information

#075968 (or 0x075968) is unknown color: approx Blue Lagoon. HEX triplet: 07, 59 and 68. RGB value is (7,89,104). Sum of RGB (Red+Green+Blue) = 7+89+104=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #075968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075968 is #F8A697. Grayscale: #424242. Windows color (decimal): -16295576 or 6838535. OLE color: 6838535.

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

Color convert

RGB789104-
CMYK0.930.1400.59
HSL189.28º87.39%21.76%-
HSV(B)189.28º93.27%40.78%-
XYZ6.168.1914.35-
YUV66.19149.3385.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.5%
GREEN value IS 89 (35.16% from 255) = 44.5%
BLUE value IS 104 (41.02% from 255) = 52%
R=3.5%
G=44.5%
B=52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7891040.930.1400.59189.2887.3921.76
Hex759685DE03Bbd5716
Octal71311501351607327512726
Binary1111011001110100010111011110011101110111101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075968; }

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

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

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

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

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

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

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

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