#07536B

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

Shades of Blue Lagoon #07536B

Tints of Blue Lagoon #07536B

Color information

#07536B (or 0x07536B) is unknown color: approx Blue Lagoon. HEX triplet: 07, 53 and 6B. RGB value is (7,83,107). Sum of RGB (Red+Green+Blue) = 7+83+107=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #07536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07536B is #F8AC94. Grayscale: #3E3E3E. Windows color (decimal): -16297109 or 7033607. OLE color: 7033607.

HSL color Cylindrical-coordinate representation of color #07536B: hue angle of 194.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07536B is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB783107-
CMYK0.930.2200.58
HSL194.4º87.72%22.35%-
HSV(B)194.4º93.46%41.96%-
XYZ5.837.2915.01-
YUV63.01152.8288.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=3.55%
G=42.13%
B=54.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7831070.930.2200.58194.487.7222.35
Hex7536B5D1603Ac25816
Octal71231531352607230213026
Binary11110100111101011101110110110011101011000010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07536B; }

 p { color: rgb(7,83,107); }

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

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

 a { background-color: rgb(7,83,107); }

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

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

 span { border-color: rgb(7,83,107); }

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