Html Css Color HEX #135D6C Blue Lagoon

📋 copy color: '#135D6C'

red 19 ◦ green 93 ◦ blue 108

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

Shades of Blue Lagoon #135D6C

Tints of Blue Lagoon #135D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 8.64%
G = 42.27%
B = 49.09%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#135D6C (or 0x135D6C) is known color: Blue Lagoon. HEX triplet: 13, 5D and 6C. RGB value is (19,93,108). Sum of RGB (Red+Green+Blue) = 19+93+108=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #135D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D6C is #ECA293. Grayscale: #484848. Windows color (decimal): -15508116 or 7101715. OLE color: 7101715.

HSL color Cylindrical-coordinate representation of color #135D6C: hue angle of 190.11º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135D6C is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 93 108 -
CMYK 0.82 0.14 0 0.58
HSL 190.11º 0.7% 0.25% -
HSV(B) 190.11º 0.82% 0.42% -
XYZ 6.89 9.05 15.57 -
YUV 72.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 19 93 108 0.82 0.14 0 0.58 190.11 0.7 0.25
Hex 13 5D 6C 52 E 0 3A BE 46 19
Octal 23 135 154 122 16 0 72 276 106 31
Binary 10011 1011101 1101100 1010010 1110 0 111010 10111110 1000110 11001

Color Harmonies of #135D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D6C

Black with #135D6C

Text Example


Text Example

White with #135D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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