#135F70

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

Shades of Blue Lagoon #135F70

Tints of Blue Lagoon #135F70

Color information

#135F70 (or 0x135F70) is unknown color: approx Blue Lagoon. HEX triplet: 13, 5F and 70. RGB value is (19,95,112). Sum of RGB (Red+Green+Blue) = 19+95+112=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #135F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F70 is #ECA08F. Grayscale: #4A4A4A. Windows color (decimal): -15507600 or 7364371. OLE color: 7364371.

HSL color Cylindrical-coordinate representation of color #135F70: hue angle of 190.97º 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 #135F70 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1995112-
CMYK0.830.1500.56
HSL190.97º70.99%25.69%-
HSV(B)190.97º83.04%43.92%-
XYZ7.299.4916.78-
YUV74.21149.3288.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 95 (37.5% from 255) = 42.04%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=8.41%
G=42.04%
B=49.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19951120.830.1500.56190.9770.9925.69
Hex135F7053F038bf471a
Octal231371601231707027710732
Binary100111011111111000010100111111011100010111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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