Html Css Color HEX #135B6A Blue Lagoon

📋 copy color: '#135B6A'

red 19 ◦ green 91 ◦ blue 106

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

Shades of Blue Lagoon #135B6A

Tints of Blue Lagoon #135B6A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.13%

 BLUE value IS 106 (41.8% from 255) = 49.07%

R = 8.8%
G = 42.13%
B = 49.07%

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

#135B6A (or 0x135B6A) is known color: Blue Lagoon. HEX triplet: 13, 5B and 6A. RGB value is (19,91,106). Sum of RGB (Red+Green+Blue) = 19+91+106=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #135B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B6A is #ECA495. Grayscale: #474747. Windows color (decimal): -15508630 or 6970131. OLE color: 6970131.

HSL color Cylindrical-coordinate representation of color #135B6A: hue angle of 190.34º 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 #135B6A is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 91 106 -
CMYK 0.82 0.14 0 0.58
HSL 190.34º 0.7% 0.25% -
HSV(B) 190.34º 0.82% 0.42% -
XYZ 6.61 8.66 14.96 -
YUV 71.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 19 91 106 0.82 0.14 0 0.58 190.34 0.7 0.25
Hex 13 5B 6A 52 E 0 3A BE 46 19
Octal 23 133 152 122 16 0 72 276 106 31
Binary 10011 1011011 1101010 1010010 1110 0 111010 10111110 1000110 11001

Color Harmonies of #135B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B6A

Black with #135B6A

Text Example


Text Example

White with #135B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,91,106); }

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

background-color css

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

 a { background-color: rgb(19,91,106); }

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

border-color css

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

 span { border-color: rgb(19,91,106); }

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