Html Css Color HEX #135766 Blue Stone

📋 copy color: '#135766'

red 19 ◦ green 87 ◦ blue 102

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

Shades of Blue Stone #135766

Tints of Blue Stone #135766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.83%

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

R = 9.13%
G = 41.83%
B = 49.04%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#135766 (or 0x135766) is known color: Blue Stone. HEX triplet: 13, 57 and 66. RGB value is (19,87,102). Sum of RGB (Red+Green+Blue) = 19+87+102=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #135766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135766 is #ECA899. Grayscale: #444444. Windows color (decimal): -15509658 or 6706963. OLE color: 6706963.

HSL color Cylindrical-coordinate representation of color #135766: hue angle of 190.84º 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 #135766 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 87 102 -
CMYK 0.81 0.15 0 0.6
HSL 190.84º 0.69% 0.24% -
HSV(B) 190.84º 0.81% 0.4% -
XYZ 6.08 7.91 13.78 -
YUV 68.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 19 87 102 0.81 0.15 0 0.6 190.84 0.69 0.24
Hex 13 57 66 51 F 0 3C BF 45 18
Octal 23 127 146 121 17 0 74 277 105 30
Binary 10011 1010111 1100110 1010001 1111 0 111100 10111111 1000101 11000

Color Harmonies of #135766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135766

Black with #135766

Text Example


Text Example

White with #135766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135766; }

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

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

background-color css

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

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

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

border-color css

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

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

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