Html Css Color HEX #136770 Blue Stone

📋 copy color: '#136770'

red 19 ◦ green 103 ◦ blue 112

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

Shades of Blue Stone #136770

Tints of Blue Stone #136770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.02%

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

R = 8.12%
G = 44.02%
B = 47.86%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136770 (or 0x136770) is known color: Blue Stone. HEX triplet: 13, 67 and 70. RGB value is (19,103,112). Sum of RGB (Red+Green+Blue) = 19+103+112=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #136770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136770 is #EC988F. Grayscale: #4E4E4E. Windows color (decimal): -15505552 or 7366419. OLE color: 7366419.

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

Color convert

RGB 19 103 112 -
CMYK 0.83 0.08 0 0.56
HSL 185.81º 0.71% 0.26% -
HSV(B) 185.81º 0.83% 0.44% -
XYZ 8.04 11.01 17.03 -
YUV 78.91 146.67 85.27 -
System Red Green Blue C M Y K H S L
Decimal 19 103 112 0.83 0.08 0 0.56 185.81 0.71 0.26
Hex 13 67 70 53 8 0 38 BA 47 1A
Octal 23 147 160 123 10 0 70 272 107 32
Binary 10011 1100111 1110000 1010011 1000 0 111000 10111010 1000111 11010

Color Harmonies of #136770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136770

Black with #136770

Text Example


Text Example

White with #136770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136770; }

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

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

background-color css

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

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

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

border-color css

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

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

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