Html Css Color HEX #137068 Blue Stone

📋 copy color: '#137068'

red 19 ◦ green 112 ◦ blue 104

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

Shades of Blue Stone #137068

Tints of Blue Stone #137068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.26%

R = 8.09%
G = 47.66%
B = 44.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#137068 (or 0x137068) is known color: Blue Stone. HEX triplet: 13, 70 and 68. RGB value is (19,112,104). Sum of RGB (Red+Green+Blue) = 19+112+104=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #137068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137068 is #EC8F97. Grayscale: #535353. Windows color (decimal): -15503256 or 6844435. OLE color: 6844435.

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

Color convert

RGB 19 112 104 -
CMYK 0.83 0 0.07 0.56
HSL 174.84º 0.71% 0.26% -
HSV(B) 174.84º 0.83% 0.44% -
XYZ 8.56 12.73 15.1 -
YUV 83.28 139.69 82.15 -
System Red Green Blue C M Y K H S L
Decimal 19 112 104 0.83 0 0.07 0.56 174.84 0.71 0.26
Hex 13 70 68 53 0 7 38 AF 47 1A
Octal 23 160 150 123 0 7 70 257 107 32
Binary 10011 1110000 1101000 1010011 0 111 111000 10101111 1000111 11010

Color Harmonies of #137068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137068

Black with #137068

Text Example


Text Example

White with #137068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137068; }

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

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

background-color css

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

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

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

border-color css

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

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

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