#075870

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

Shades of Blue Lagoon #075870

Tints of Blue Lagoon #075870

Color information

#075870 (or 0x075870) is unknown color: approx Blue Lagoon. HEX triplet: 07, 58 and 70. RGB value is (7,88,112). Sum of RGB (Red+Green+Blue) = 7+88+112=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #075870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075870 is #F8A78F. Grayscale: #424242. Windows color (decimal): -16295824 or 7362567. OLE color: 7362567.

HSL color Cylindrical-coordinate representation of color #075870: hue angle of 193.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075870 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB788112-
CMYK0.940.2100.56
HSL193.71º88.24%23.33%-
HSV(B)193.71º93.75%43.92%-
XYZ6.58.1916.57-
YUV66.52153.6685.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=3.38%
G=42.51%
B=54.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7881120.940.2100.56193.7188.2423.33
Hex758705E15038c25817
Octal71301601362507030213027
Binary11110110001110000101111010101011100011000010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075870; }

 p { color: rgb(7,88,112); }

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

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

 a { background-color: rgb(7,88,112); }

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

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

 span { border-color: rgb(7,88,112); }

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