Html Css Color HEX #136470 Blue Lagoon

📋 copy color: '#136470'

red 19 ◦ green 100 ◦ blue 112

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

Shades of Blue Lagoon #136470

Tints of Blue Lagoon #136470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.29%

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

R = 8.23%
G = 43.29%
B = 48.48%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136470 (or 0x136470) is known color: Blue Lagoon. HEX triplet: 13, 64 and 70. RGB value is (19,100,112). Sum of RGB (Red+Green+Blue) = 19+100+112=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #136470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136470 is #EC9B8F. Grayscale: #4D4D4D. Windows color (decimal): -15506320 or 7365651. OLE color: 7365651.

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

Color convert

RGB 19 100 112 -
CMYK 0.83 0.11 0 0.56
HSL 187.74º 0.71% 0.26% -
HSV(B) 187.74º 0.83% 0.44% -
XYZ 7.75 10.42 16.93 -
YUV 77.15 147.66 86.52 -
System Red Green Blue C M Y K H S L
Decimal 19 100 112 0.83 0.11 0 0.56 187.74 0.71 0.26
Hex 13 64 70 53 B 0 38 BC 47 1A
Octal 23 144 160 123 13 0 70 274 107 32
Binary 10011 1100100 1110000 1010011 1011 0 111000 10111100 1000111 11010

Color Harmonies of #136470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136470

Black with #136470

Text Example


Text Example

White with #136470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136470; }

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

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

background-color css

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

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

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

border-color css

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

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

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