Html Css Color HEX #136570 Blue Lagoon

📋 copy color: '#136570'

red 19 ◦ green 101 ◦ blue 112

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

Shades of Blue Lagoon #136570

Tints of Blue Lagoon #136570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.53%

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

R = 8.19%
G = 43.53%
B = 48.28%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136570 (or 0x136570) is known color: Blue Lagoon. HEX triplet: 13, 65 and 70. RGB value is (19,101,112). Sum of RGB (Red+Green+Blue) = 19+101+112=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #136570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136570 is #EC9A8F. Grayscale: #4D4D4D. Windows color (decimal): -15506064 or 7365907. OLE color: 7365907.

HSL color Cylindrical-coordinate representation of color #136570: hue angle of 187.1º 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 #136570 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 101 112 -
CMYK 0.83 0.10 0 0.56
HSL 187.1º 0.71% 0.26% -
HSV(B) 187.1º 0.83% 0.44% -
XYZ 7.85 10.62 16.96 -
YUV 77.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 19 101 112 0.83 0.10 0 0.56 187.1 0.71 0.26
Hex 13 65 70 53 A 0 38 BB 47 1A
Octal 23 145 160 123 12 0 70 273 107 32
Binary 10011 1100101 1110000 1010011 1010 0 111000 10111011 1000111 11010

Color Harmonies of #136570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136570

Black with #136570

Text Example


Text Example

White with #136570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136570; }

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

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

background-color css

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

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

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

border-color css

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

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

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