Html Css Color HEX #136670 Blue Lagoon

📋 copy color: '#136670'

red 19 ◦ green 102 ◦ blue 112

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

Shades of Blue Lagoon #136670

Tints of Blue Lagoon #136670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.78%

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

R = 8.15%
G = 43.78%
B = 48.07%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136670 (or 0x136670) is known color: Blue Lagoon. HEX triplet: 13, 66 and 70. RGB value is (19,102,112). Sum of RGB (Red+Green+Blue) = 19+102+112=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #136670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136670 is #EC998F. Grayscale: #4E4E4E. Windows color (decimal): -15505808 or 7366163. OLE color: 7366163.

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

Color convert

RGB 19 102 112 -
CMYK 0.83 0.09 0 0.56
HSL 186.45º 0.71% 0.26% -
HSV(B) 186.45º 0.83% 0.44% -
XYZ 7.94 10.81 17 -
YUV 78.32 147 85.69 -
System Red Green Blue C M Y K H S L
Decimal 19 102 112 0.83 0.09 0 0.56 186.45 0.71 0.26
Hex 13 66 70 53 9 0 38 BA 47 1A
Octal 23 146 160 123 11 0 70 272 107 32
Binary 10011 1100110 1110000 1010011 1001 0 111000 10111010 1000111 11010

Color Harmonies of #136670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136670

Black with #136670

Text Example


Text Example

White with #136670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136670; }

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

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

background-color css

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

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

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

border-color css

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

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

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