#135A6B

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

Shades of Blue Lagoon #135A6B

Tints of Blue Lagoon #135A6B

Color information

#135A6B (or 0x135A6B) is unknown color: approx Blue Lagoon. HEX triplet: 13, 5A and 6B. RGB value is (19,90,107). Sum of RGB (Red+Green+Blue) = 19+90+107=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #135A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A6B is #ECA594. Grayscale: #464646. Windows color (decimal): -15508885 or 7035411. OLE color: 7035411.

HSL color Cylindrical-coordinate representation of color #135A6B: hue angle of 191.59º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135A6B is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1990107-
CMYK0.820.1600.58
HSL191.59º69.84%24.71%-
HSV(B)191.59º82.24%41.96%-
XYZ6.588.5115.21-
YUV70.71148.4891.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=8.80%
G=41.67%
B=49.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19901070.820.1600.58191.5969.8424.71
Hex135A6B521003Ac04619
Octal231321531222007230010631
Binary1001110110101101011101001010000011101011000000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135A6B; }

 p { color: rgb(19,90,107); }

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

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

 a { background-color: rgb(19,90,107); }

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

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

 span { border-color: rgb(19,90,107); }

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