Html Css Color HEX #135963 Blue Stone

📋 copy color: '#135963'

red 19 ◦ green 89 ◦ blue 99

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

Shades of Blue Stone #135963

Tints of Blue Stone #135963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43%

 BLUE value IS 99 (39.06% from 255) = 47.83%

R = 9.18%
G = 43%
B = 47.83%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#135963 (or 0x135963) is known color: Blue Stone. HEX triplet: 13, 59 and 63. RGB value is (19,89,99). Sum of RGB (Red+Green+Blue) = 19+89+99=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #135963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135963 is #ECA69C. Grayscale: #454545. Windows color (decimal): -15509149 or 6510867. OLE color: 6510867.

HSL color Cylindrical-coordinate representation of color #135963: hue angle of 187.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135963 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 89 99 -
CMYK 0.81 0.10 0 0.61
HSL 187.5º 0.68% 0.23% -
HSV(B) 187.5º 0.81% 0.39% -
XYZ 6.09 8.18 13.06 -
YUV 69.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 19 89 99 0.81 0.10 0 0.61 187.5 0.68 0.23
Hex 13 59 63 51 A 0 3D BC 44 17
Octal 23 131 143 121 12 0 75 274 104 27
Binary 10011 1011001 1100011 1010001 1010 0 111101 10111100 1000100 10111

Color Harmonies of #135963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135963

Black with #135963

Text Example


Text Example

White with #135963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135963; }

 p { color: rgb(19,89,99); }

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

background-color css

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

 a { background-color: rgb(19,89,99); }

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

border-color css

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

 span { border-color: rgb(19,89,99); }

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