Html Css Color HEX #135C6E Blue Lagoon

📋 copy color: '#135C6E'

red 19 ◦ green 92 ◦ blue 110

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

Shades of Blue Lagoon #135C6E

Tints of Blue Lagoon #135C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.77%

R = 8.6%
G = 41.63%
B = 49.77%

CMYK

 C value IS 0.83

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#135C6E (or 0x135C6E) is known color: Blue Lagoon. HEX triplet: 13, 5C and 6E. RGB value is (19,92,110). Sum of RGB (Red+Green+Blue) = 19+92+110=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #135C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C6E is #ECA391. Grayscale: #484848. Windows color (decimal): -15508370 or 7232531. OLE color: 7232531.

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

Color convert

RGB 19 92 110 -
CMYK 0.83 0.16 0 0.57
HSL 191.87º 0.71% 0.25% -
HSV(B) 191.87º 0.83% 0.43% -
XYZ 6.91 8.92 16.11 -
YUV 72.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 19 92 110 0.83 0.16 0 0.57 191.87 0.71 0.25
Hex 13 5C 6E 53 10 0 39 C0 47 19
Octal 23 134 156 123 20 0 71 300 107 31
Binary 10011 1011100 1101110 1010011 10000 0 111001 11000000 1000111 11001

Color Harmonies of #135C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C6E

Black with #135C6E

Text Example


Text Example

White with #135C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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