Html Css Color HEX #137066 Blue Stone

📋 copy color: '#137066'

red 19 ◦ green 112 ◦ blue 102

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

Shades of Blue Stone #137066

Tints of Blue Stone #137066

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#137066 (or 0x137066) is known color: Blue Stone. HEX triplet: 13, 70 and 66. RGB value is (19,112,102). Sum of RGB (Red+Green+Blue) = 19+112+102=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #137066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137066 is #EC8F99. Grayscale: #535353. Windows color (decimal): -15503258 or 6713363. OLE color: 6713363.

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

Color convert

RGB 19 112 102 -
CMYK 0.83 0 0.09 0.56
HSL 173.55º 0.71% 0.26% -
HSV(B) 173.55º 0.83% 0.44% -
XYZ 8.46 12.69 14.57 -
YUV 83.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 19 112 102 0.83 0 0.09 0.56 173.55 0.71 0.26
Hex 13 70 66 53 0 9 38 AE 47 1A
Octal 23 160 146 123 0 11 70 256 107 32
Binary 10011 1110000 1100110 1010011 0 1001 111000 10101110 1000111 11010

Color Harmonies of #137066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137066

Black with #137066

Text Example


Text Example

White with #137066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137066; }

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

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

background-color css

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

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

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

border-color css

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

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

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