Html Css Color HEX #135360 Blue Stone

📋 copy color: '#135360'

red 19 ◦ green 83 ◦ blue 96

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

Shades of Blue Stone #135360

Tints of Blue Stone #135360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.92%

 BLUE value IS 96 (37.89% from 255) = 48.48%

R = 9.6%
G = 41.92%
B = 48.48%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135360 (or 0x135360) is known color: Blue Stone. HEX triplet: 13, 53 and 60. RGB value is (19,83,96). Sum of RGB (Red+Green+Blue) = 19+83+96=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #135360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135360 is #ECAC9F. Grayscale: #414141. Windows color (decimal): -15510688 or 6312723. OLE color: 6312723.

HSL color Cylindrical-coordinate representation of color #135360: hue angle of 190.13º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135360 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 83 96 -
CMYK 0.80 0.14 0 0.62
HSL 190.13º 0.67% 0.23% -
HSV(B) 190.13º 0.8% 0.38% -
XYZ 5.47 7.17 12.16 -
YUV 65.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 19 83 96 0.80 0.14 0 0.62 190.13 0.67 0.23
Hex 13 53 60 50 E 0 3E BE 43 17
Octal 23 123 140 120 16 0 76 276 103 27
Binary 10011 1010011 1100000 1010000 1110 0 111110 10111110 1000011 10111

Color Harmonies of #135360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135360

Black with #135360

Text Example


Text Example

White with #135360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135360; }

 p { color: rgb(19,83,96); }

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

background-color css

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

 a { background-color: rgb(19,83,96); }

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

border-color css

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

 span { border-color: rgb(19,83,96); }

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