#135E6C

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

Shades of Blue Lagoon #135E6C

Tints of Blue Lagoon #135E6C

Color information

#135E6C (or 0x135E6C) is unknown color: approx Blue Lagoon. HEX triplet: 13, 5E and 6C. RGB value is (19,94,108). Sum of RGB (Red+Green+Blue) = 19+94+108=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #135E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E6C is #ECA193. Grayscale: #494949. Windows color (decimal): -15507860 or 7101971. OLE color: 7101971.

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

Color convert

RGB1994108-
CMYK0.820.1300.58
HSL189.44º70.08%24.9%-
HSV(B)189.44º82.41%42.35%-
XYZ6.989.2315.6-
YUV73.17147.6589.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 94 (37.11% from 255) = 42.53%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=8.60%
G=42.53%
B=48.87%

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
Decimal19941080.820.1300.58189.4470.0824.9
Hex135E6C52D03Abd4619
Octal231361541221507227510631
Binary100111011110110110010100101101011101010111101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,94,108); }

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

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

 a { background-color: rgb(19,94,108); }

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

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

 span { border-color: rgb(19,94,108); }

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