Html Css Color HEX #136968 Blue Stone

📋 copy color: '#136968'

red 19 ◦ green 105 ◦ blue 104

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

Shades of Blue Stone #136968

Tints of Blue Stone #136968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.05%

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

R = 8.33%
G = 46.05%
B = 45.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#136968 (or 0x136968) is known color: Blue Stone. HEX triplet: 13, 69 and 68. RGB value is (19,105,104). Sum of RGB (Red+Green+Blue) = 19+105+104=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #136968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136968 is #EC9697. Grayscale: #4F4F4F. Windows color (decimal): -15505048 or 6842643. OLE color: 6842643.

HSL color Cylindrical-coordinate representation of color #136968: hue angle of 179.3º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136968 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 105 104 -
CMYK 0.82 0 0.01 0.59
HSL 179.3º 0.69% 0.24% -
HSV(B) 179.3º 0.82% 0.41% -
XYZ 7.82 11.24 14.85 -
YUV 79.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 19 105 104 0.82 0 0.01 0.59 179.3 0.69 0.24
Hex 13 69 68 52 0 1 3B B3 45 18
Octal 23 151 150 122 0 1 73 263 105 30
Binary 10011 1101001 1101000 1010010 0 1 111011 10110011 1000101 11000

Color Harmonies of #136968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136968

Black with #136968

Text Example


Text Example

White with #136968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136968; }

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

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

background-color css

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

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

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

border-color css

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

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

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