#075873

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

Shades of Blue Lagoon #075873

Tints of Blue Lagoon #075873

Color information

#075873 (or 0x075873) is unknown color: approx Blue Lagoon. HEX triplet: 07, 58 and 73. RGB value is (7,88,115). Sum of RGB (Red+Green+Blue) = 7+88+115=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #075873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075873 is #F8A78C. Grayscale: #424242. Windows color (decimal): -16295821 or 7559175. OLE color: 7559175.

HSL color Cylindrical-coordinate representation of color #075873: hue angle of 195º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075873 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB788115-
CMYK0.940.2300.55
HSL195º88.52%23.92%-
HSV(B)195º93.91%45.1%-
XYZ6.678.2617.46-
YUV66.86155.1685.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.33%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=3.33%
G=41.90%
B=54.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7881150.940.2300.5519588.5223.92
Hex758735E17037c35918
Octal71301631362706730313130
Binary11110110001110011101111010111011011111000011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075873; }

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

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

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

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

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

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

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

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