Html Css Color HEX #135C6A Blue Lagoon

📋 copy color: '#135C6A'

red 19 ◦ green 92 ◦ blue 106

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

Shades of Blue Lagoon #135C6A

Tints of Blue Lagoon #135C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.4%

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

R = 8.76%
G = 42.4%
B = 48.85%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#135C6A (or 0x135C6A) is known color: Blue Lagoon. HEX triplet: 13, 5C and 6A. RGB value is (19,92,106). Sum of RGB (Red+Green+Blue) = 19+92+106=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #135C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C6A is #ECA395. Grayscale: #474747. Windows color (decimal): -15508374 or 6970387. OLE color: 6970387.

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

Color convert

RGB 19 92 106 -
CMYK 0.82 0.13 0 0.58
HSL 189.66º 0.7% 0.25% -
HSV(B) 189.66º 0.82% 0.42% -
XYZ 6.7 8.83 14.99 -
YUV 71.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 19 92 106 0.82 0.13 0 0.58 189.66 0.7 0.25
Hex 13 5C 6A 52 D 0 3A BE 46 19
Octal 23 134 152 122 15 0 72 276 106 31
Binary 10011 1011100 1101010 1010010 1101 0 111010 10111110 1000110 11001

Color Harmonies of #135C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C6A

Black with #135C6A

Text Example


Text Example

White with #135C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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