#135566

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

Shades of Blue Lagoon #135566

Tints of Blue Lagoon #135566

Color information

#135566 (or 0x135566) is unknown color: approx Blue Lagoon. HEX triplet: 13, 55 and 66. RGB value is (19,85,102). Sum of RGB (Red+Green+Blue) = 19+85+102=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #135566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135566 is #ECAA99. Grayscale: #434343. Windows color (decimal): -15510170 or 6706451. OLE color: 6706451.

HSL color Cylindrical-coordinate representation of color #135566: hue angle of 192.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135566 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1985102-
CMYK0.810.1700.6
HSL192.29º68.6%23.73%-
HSV(B)192.29º81.37%40%-
XYZ5.927.5913.72-
YUV67.2147.6393.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=9.22%
G=41.26%
B=49.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19851020.810.1700.6192.2968.623.73
Hex135566511103Cc04518
Octal231251461212107430010530
Binary1001110101011100110101000110001011110011000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135566; }

 p { color: rgb(19,85,102); }

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

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

 a { background-color: rgb(19,85,102); }

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

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

 span { border-color: rgb(19,85,102); }

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