#135D6B

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

Shades of Blue Lagoon #135D6B

Tints of Blue Lagoon #135D6B

Color information

#135D6B (or 0x135D6B) is unknown color: approx Blue Lagoon. HEX triplet: 13, 5D and 6B. RGB value is (19,93,107). Sum of RGB (Red+Green+Blue) = 19+93+107=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #135D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D6B is #ECA294. Grayscale: #484848. Windows color (decimal): -15508117 or 7036179. OLE color: 7036179.

HSL color Cylindrical-coordinate representation of color #135D6B: hue angle of 189.55º 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 #135D6B is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1993107-
CMYK0.820.1300.58
HSL189.55º69.84%24.71%-
HSV(B)189.55º82.24%41.96%-
XYZ6.849.0315.29-
YUV72.47147.4889.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 93 (36.72% from 255) = 42.47%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=8.68%
G=42.47%
B=48.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19931070.820.1300.58189.5569.8424.71
Hex135D6B52D03Abe4619
Octal231351531221507227610631
Binary100111011101110101110100101101011101010111110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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