Html Css Color HEX #135D6F Blue Lagoon

📋 copy color: '#135D6F'

red 19 ◦ green 93 ◦ blue 111

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

Shades of Blue Lagoon #135D6F

Tints of Blue Lagoon #135D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 8.52%
G = 41.7%
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

#135D6F (or 0x135D6F) is known color: Blue Lagoon. HEX triplet: 13, 5D and 6F. RGB value is (19,93,111). Sum of RGB (Red+Green+Blue) = 19+93+111=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #135D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D6F is #ECA290. Grayscale: #484848. Windows color (decimal): -15508113 or 7298323. OLE color: 7298323.

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

Color convert

RGB 19 93 111 -
CMYK 0.83 0.16 0 0.56
HSL 191.74º 0.71% 0.25% -
HSV(B) 191.74º 0.83% 0.44% -
XYZ 7.05 9.11 16.43 -
YUV 72.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 19 93 111 0.83 0.16 0 0.56 191.74 0.71 0.25
Hex 13 5D 6F 53 10 0 38 C0 47 19
Octal 23 135 157 123 20 0 70 300 107 31
Binary 10011 1011101 1101111 1010011 10000 0 111000 11000000 1000111 11001

Color Harmonies of #135D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D6F

Black with #135D6F

Text Example


Text Example

White with #135D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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