Html Css Color HEX #135E70 Blue Lagoon

📋 copy color: '#135E70'

red 19 ◦ green 94 ◦ blue 112

#135E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #135E70

Tints of Blue Lagoon #135E70

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 value IS 0.83

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135E70 (or 0x135E70) is known color: 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

RGB 19 94 112 -
CMYK 0.83 0.16 0 0.56
HSL 191.61º 0.71% 0.26% -
HSV(B) 191.61º 0.83% 0.44% -
XYZ 7.2 9.31 16.75 -
YUV 73.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 19 94 112 0.83 0.16 0 0.56 191.61 0.71 0.26
Hex 13 5E 70 53 10 0 38 C0 47 1A
Octal 23 136 160 123 20 0 70 300 107 32
Binary 10011 1011110 1110000 1010011 10000 0 111000 11000000 1000111 11010

Color Harmonies of #135E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E70

Black with #135E70

Text Example


Text Example

White with #135E70

Text Example


Text Example

HTML Codes & Css Web 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>