Html Css Color HEX #135461 Blue Stone

📋 copy color: '#135461'

red 19 ◦ green 84 ◦ blue 97

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

Shades of Blue Stone #135461

Tints of Blue Stone #135461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 9.5%
G = 42%
B = 48.5%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135461 (or 0x135461) is known color: Blue Stone. HEX triplet: 13, 54 and 61. RGB value is (19,84,97). Sum of RGB (Red+Green+Blue) = 19+84+97=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #135461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135461 is #ECAB9E. Grayscale: #414141. Windows color (decimal): -15510431 or 6378515. OLE color: 6378515.

HSL color Cylindrical-coordinate representation of color #135461: hue angle of 190º 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 #135461 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 84 97 -
CMYK 0.80 0.13 0 0.62
HSL 190º 0.67% 0.23% -
HSV(B) 190º 0.8% 0.38% -
XYZ 5.6 7.34 12.43 -
YUV 66.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 19 84 97 0.80 0.13 0 0.62 190 0.67 0.23
Hex 13 54 61 50 D 0 3E BE 43 17
Octal 23 124 141 120 15 0 76 276 103 27
Binary 10011 1010100 1100001 1010000 1101 0 111110 10111110 1000011 10111

Color Harmonies of #135461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135461

Black with #135461

Text Example


Text Example

White with #135461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135461; }

 p { color: rgb(19,84,97); }

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

background-color css

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

 a { background-color: rgb(19,84,97); }

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

border-color css

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

 span { border-color: rgb(19,84,97); }

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