Html Css Color HEX #136168 Blue Stone

📋 copy color: '#136168'

red 19 ◦ green 97 ◦ blue 104

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

Shades of Blue Stone #136168

Tints of Blue Stone #136168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

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

R = 8.64%
G = 44.09%
B = 47.27%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#136168 (or 0x136168) is known color: Blue Stone. HEX triplet: 13, 61 and 68. RGB value is (19,97,104). Sum of RGB (Red+Green+Blue) = 19+97+104=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #136168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136168 is #EC9E97. Grayscale: #4A4A4A. Windows color (decimal): -15507096 or 6840595. OLE color: 6840595.

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

Color convert

RGB 19 97 104 -
CMYK 0.82 0.07 0 0.59
HSL 184.94º 0.69% 0.24% -
HSV(B) 184.94º 0.82% 0.41% -
XYZ 7.04 9.69 14.6 -
YUV 74.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 19 97 104 0.82 0.07 0 0.59 184.94 0.69 0.24
Hex 13 61 68 52 7 0 3B B9 45 18
Octal 23 141 150 122 7 0 73 271 105 30
Binary 10011 1100001 1101000 1010010 111 0 111011 10111001 1000101 11000

Color Harmonies of #136168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136168

Black with #136168

Text Example


Text Example

White with #136168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136168; }

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

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

background-color css

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

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

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

border-color css

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

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

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