#075168

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

Shades of Blue Lagoon #075168

Tints of Blue Lagoon #075168

Color information

#075168 (or 0x075168) is unknown color: approx Blue Lagoon. HEX triplet: 07, 51 and 68. RGB value is (7,81,104). Sum of RGB (Red+Green+Blue) = 7+81+104=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #075168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075168 is #F8AE97. Grayscale: #3D3D3D. Windows color (decimal): -16297624 or 6836487. OLE color: 6836487.

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

Color convert

RGB781104-
CMYK0.930.2200.59
HSL194.23º87.39%21.76%-
HSV(B)194.23º93.27%40.78%-
XYZ5.536.9314.14-
YUV61.5151.9889.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=3.65%
G=42.19%
B=54.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7811040.930.2200.59194.2387.3921.76
Hex751685D1603Bc25716
Octal71211501352607330212726
Binary11110100011101000101110110110011101111000010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075168; }

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

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

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

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

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

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

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

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