Html Css Color HEX #135D71 Blue Lagoon

📋 copy color: '#135D71'

red 19 ◦ green 93 ◦ blue 113

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

Shades of Blue Lagoon #135D71

Tints of Blue Lagoon #135D71

RGB

 RED value IS 19 (7.81% from 255) = 8.44%

 GREEN value IS 93 (36.72% from 255) = 41.33%

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 8.44%
G = 41.33%
B = 50.22%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135D71 (or 0x135D71) is known color: Blue Lagoon. HEX triplet: 13, 5D and 71. RGB value is (19,93,113). Sum of RGB (Red+Green+Blue) = 19+93+113=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #135D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D71 is #ECA28E. Grayscale: #494949. Windows color (decimal): -15508111 or 7429395. OLE color: 7429395.

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

Color convert

RGB 19 93 113 -
CMYK 0.83 0.18 0 0.56
HSL 192.77º 0.71% 0.26% -
HSV(B) 192.77º 0.83% 0.44% -
XYZ 7.16 9.16 17.01 -
YUV 73.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 19 93 113 0.83 0.18 0 0.56 192.77 0.71 0.26
Hex 13 5D 71 53 12 0 38 C1 47 1A
Octal 23 135 161 123 22 0 70 301 107 32
Binary 10011 1011101 1110001 1010011 10010 0 111000 11000001 1000111 11010

Color Harmonies of #135D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D71

Black with #135D71

Text Example


Text Example

White with #135D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #135D71;
 }
 .AnyTagClassName
 {
   color: #135D71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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