#07506e

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

Shades of Blue Lagoon #07506E

Tints of Blue Lagoon #07506E

Color information

#07506E (or 0x07506E) is unknown color: approx Blue Lagoon. HEX triplet: 07, 50 and 6E. RGB value is (7,80,110). Sum of RGB (Red+Green+Blue) = 7+80+110=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #07506E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07506E is #F8AF91. Grayscale: #3D3D3D. Windows color (decimal): -16297874 or 7229447. OLE color: 7229447.

HSL color Cylindrical-coordinate representation of color #07506E: hue angle of 197.48º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07506E is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB780110-
CMYK0.940.2700.57
HSL197.48º88.03%22.94%-
HSV(B)197.48º93.64%43.14%-
XYZ5.776.9115.78-
YUV61.59155.3289.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=3.55%
G=40.61%
B=55.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7801100.940.2700.57197.4888.0322.94
Hex7506E5E1B039c55817
Octal71201561363307130513027
Binary11110100001101110101111011011011100111000101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07506e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07506e; }

 p { color: rgb(7,80,110); }

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

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

 a { background-color: rgb(7,80,110); }

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

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

 span { border-color: rgb(7,80,110); }

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