#135D6F

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

Shades of Blue Lagoon #135D6F

Tints of Blue Lagoon #135D6F

Color information

#135D6F (or 0x135D6F) is unknown color: approx Blue Lagoon. HEX triplet: 13, 5D and 6F. RGB value is (19,93,111). Sum of RGB (Red+Green+Blue) = 19+93+111=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #135D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D6F is #ECA290. Grayscale: #484848. Windows color (decimal): -15508113 or 7298323. OLE color: 7298323.

HSL color Cylindrical-coordinate representation of color #135D6F: hue angle of 191.74º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135D6F is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1993111-
CMYK0.830.1600.56
HSL191.74º70.77%25.49%-
HSV(B)191.74º82.88%43.53%-
XYZ7.059.1116.43-
YUV72.93149.4889.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=8.52%
G=41.70%
B=49.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19931110.830.1600.56191.7470.7725.49
Hex135D6F5310038c04719
Octal231351571232007030010731
Binary1001110111011101111101001110000011100011000000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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