Html Css Color HEX #136668 Blue Stone

📋 copy color: '#136668'

red 19 ◦ green 102 ◦ blue 104

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

Shades of Blue Stone #136668

Tints of Blue Stone #136668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

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

R = 8.44%
G = 45.33%
B = 46.22%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#136668 (or 0x136668) is known color: Blue Stone. HEX triplet: 13, 66 and 68. RGB value is (19,102,104). Sum of RGB (Red+Green+Blue) = 19+102+104=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #136668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136668 is #EC9997. Grayscale: #4D4D4D. Windows color (decimal): -15505816 or 6841875. OLE color: 6841875.

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

Color convert

RGB 19 102 104 -
CMYK 0.82 0.02 0 0.59
HSL 181.41º 0.69% 0.24% -
HSV(B) 181.41º 0.82% 0.41% -
XYZ 7.52 10.64 14.75 -
YUV 77.41 143 86.34 -
System Red Green Blue C M Y K H S L
Decimal 19 102 104 0.82 0.02 0 0.59 181.41 0.69 0.24
Hex 13 66 68 52 2 0 3B B5 45 18
Octal 23 146 150 122 2 0 73 265 105 30
Binary 10011 1100110 1101000 1010010 10 0 111011 10110101 1000101 11000

Color Harmonies of #136668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136668

Black with #136668

Text Example


Text Example

White with #136668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136668; }

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

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

background-color css

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

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

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

border-color css

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

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

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