#135C6B

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

Shades of Blue Lagoon #135C6B

Tints of Blue Lagoon #135C6B

Color information

#135C6B (or 0x135C6B) is unknown color: approx Blue Lagoon. HEX triplet: 13, 5C and 6B. RGB value is (19,92,107). Sum of RGB (Red+Green+Blue) = 19+92+107=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #135C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C6B is #ECA394. Grayscale: #474747. Windows color (decimal): -15508373 or 7035923. OLE color: 7035923.

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

Color convert

RGB1992107-
CMYK0.820.1400.58
HSL190.23º69.84%24.71%-
HSV(B)190.23º82.24%41.96%-
XYZ6.758.8515.26-
YUV71.88147.8290.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 92 (36.33% from 255) = 42.20%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=8.72%
G=42.20%
B=49.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19921070.820.1400.58190.2369.8424.71
Hex135C6B52E03Abe4619
Octal231341531221607227610631
Binary100111011100110101110100101110011101010111110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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