Html Css Color HEX #135666 Blue Stone

📋 copy color: '#135666'

red 19 ◦ green 86 ◦ blue 102

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

Shades of Blue Stone #135666

Tints of Blue Stone #135666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.55%

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

R = 9.18%
G = 41.55%
B = 49.28%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#135666 (or 0x135666) is known color: Blue Stone. HEX triplet: 13, 56 and 66. RGB value is (19,86,102). Sum of RGB (Red+Green+Blue) = 19+86+102=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #135666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135666 is #ECA999. Grayscale: #434343. Windows color (decimal): -15509914 or 6706707. OLE color: 6706707.

HSL color Cylindrical-coordinate representation of color #135666: hue angle of 191.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135666 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 86 102 -
CMYK 0.81 0.16 0 0.6
HSL 191.57º 0.69% 0.24% -
HSV(B) 191.57º 0.81% 0.4% -
XYZ 5.99 7.75 13.75 -
YUV 67.79 147.3 93.2 -
System Red Green Blue C M Y K H S L
Decimal 19 86 102 0.81 0.16 0 0.6 191.57 0.69 0.24
Hex 13 56 66 51 10 0 3C C0 45 18
Octal 23 126 146 121 20 0 74 300 105 30
Binary 10011 1010110 1100110 1010001 10000 0 111100 11000000 1000101 11000

Color Harmonies of #135666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135666

Black with #135666

Text Example


Text Example

White with #135666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135666; }

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

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

background-color css

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

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

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

border-color css

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

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

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