#135E70

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

Shades of Blue Lagoon #135E70

Tints of Blue Lagoon #135E70

Color information

#135E70 (or 0x135E70) is unknown color: approx Blue Lagoon. HEX triplet: 13, 5E and 70. RGB value is (19,94,112). Sum of RGB (Red+Green+Blue) = 19+94+112=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #135E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E70 is #ECA18F. Grayscale: #494949. Windows color (decimal): -15507856 or 7364115. OLE color: 7364115.

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

Color convert

RGB1994112-
CMYK0.830.1600.56
HSL191.61º70.99%25.69%-
HSV(B)191.61º83.04%43.92%-
XYZ7.29.3116.75-
YUV73.63149.6589.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=8.44%
G=41.78%
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
Decimal19941120.830.1600.56191.6170.9925.69
Hex135E705310038c0471a
Octal231361601232007030010732
Binary1001110111101110000101001110000011100011000000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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