Html Css Color HEX #135C6C Blue Lagoon

📋 copy color: '#135C6C'

red 19 ◦ green 92 ◦ blue 108

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

Shades of Blue Lagoon #135C6C

Tints of Blue Lagoon #135C6C

RGB

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

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

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

R = 8.68%
G = 42.01%
B = 49.32%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#135C6C (or 0x135C6C) is known color: Blue Lagoon. HEX triplet: 13, 5C and 6C. RGB value is (19,92,108). Sum of RGB (Red+Green+Blue) = 19+92+108=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #135C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C6C is #ECA393. Grayscale: #474747. Windows color (decimal): -15508372 or 7101459. OLE color: 7101459.

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

Color convert

RGB 19 92 108 -
CMYK 0.82 0.15 0 0.58
HSL 190.79º 0.7% 0.25% -
HSV(B) 190.79º 0.82% 0.42% -
XYZ 6.8 8.88 15.54 -
YUV 72 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 19 92 108 0.82 0.15 0 0.58 190.79 0.7 0.25
Hex 13 5C 6C 52 F 0 3A BF 46 19
Octal 23 134 154 122 17 0 72 277 106 31
Binary 10011 1011100 1101100 1010010 1111 0 111010 10111111 1000110 11001

Color Harmonies of #135C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C6C

Black with #135C6C

Text Example


Text Example

White with #135C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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