Html Css Color HEX #136170 Blue Lagoon

📋 copy color: '#136170'

red 19 ◦ green 97 ◦ blue 112

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

Shades of Blue Lagoon #136170

Tints of Blue Lagoon #136170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.54%

 BLUE value IS 112 (44.14% from 255) = 49.12%

R = 8.33%
G = 42.54%
B = 49.12%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136170 (or 0x136170) is known color: Blue Lagoon. HEX triplet: 13, 61 and 70. RGB value is (19,97,112). Sum of RGB (Red+Green+Blue) = 19+97+112=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #136170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136170 is #EC9E8F. Grayscale: #4B4B4B. Windows color (decimal): -15507088 or 7364883. OLE color: 7364883.

HSL color Cylindrical-coordinate representation of color #136170: hue angle of 189.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136170 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 97 112 -
CMYK 0.83 0.13 0 0.56
HSL 189.68º 0.71% 0.26% -
HSV(B) 189.68º 0.83% 0.44% -
XYZ 7.47 9.86 16.84 -
YUV 75.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 19 97 112 0.83 0.13 0 0.56 189.68 0.71 0.26
Hex 13 61 70 53 D 0 38 BE 47 1A
Octal 23 141 160 123 15 0 70 276 107 32
Binary 10011 1100001 1110000 1010011 1101 0 111000 10111110 1000111 11010

Color Harmonies of #136170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136170

Black with #136170

Text Example


Text Example

White with #136170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136170; }

 p { color: rgb(19,97,112); }

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

background-color css

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

 a { background-color: rgb(19,97,112); }

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

border-color css

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

 span { border-color: rgb(19,97,112); }

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