Html Css Color HEX #135965 Blue Stone

📋 copy color: '#135965'

red 19 ◦ green 89 ◦ blue 101

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

Shades of Blue Stone #135965

Tints of Blue Stone #135965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 9.09%
G = 42.58%
B = 48.33%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135965 (or 0x135965) is known color: Blue Stone. HEX triplet: 13, 59 and 65. RGB value is (19,89,101). Sum of RGB (Red+Green+Blue) = 19+89+101=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #135965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135965 is #ECA69A. Grayscale: #454545. Windows color (decimal): -15509147 or 6641939. OLE color: 6641939.

HSL color Cylindrical-coordinate representation of color #135965: hue angle of 188.78º degrees, saturation: 0.68, 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 #135965 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 89 101 -
CMYK 0.81 0.12 0 0.60
HSL 188.78º 0.68% 0.24% -
HSV(B) 188.78º 0.81% 0.4% -
XYZ 6.19 8.22 13.57 -
YUV 69.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 19 89 101 0.81 0.12 0 0.60 188.78 0.68 0.24
Hex 13 59 65 51 C 0 3C BD 44 18
Octal 23 131 145 121 14 0 74 275 104 30
Binary 10011 1011001 1100101 1010001 1100 0 111100 10111101 1000100 11000

Color Harmonies of #135965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135965

Black with #135965

Text Example


Text Example

White with #135965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135965; }

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

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

background-color css

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

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

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

border-color css

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

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

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