Html Css Color HEX #135457 Blue Stone

📋 copy color: '#135457'

red 19 ◦ green 84 ◦ blue 87

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

Shades of Blue Stone #135457

Tints of Blue Stone #135457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.79%

R = 10%
G = 44.21%
B = 45.79%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#135457 (or 0x135457) is known color: Blue Stone. HEX triplet: 13, 54 and 57. RGB value is (19,84,87). Sum of RGB (Red+Green+Blue) = 19+84+87=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #135457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135457 is #ECABA8. Grayscale: #404040. Windows color (decimal): -15510441 or 5723155. OLE color: 5723155.

HSL color Cylindrical-coordinate representation of color #135457: hue angle of 182.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135457 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 84 87 -
CMYK 0.78 0.03 0 0.66
HSL 182.65º 0.64% 0.21% -
HSV(B) 182.65º 0.78% 0.34% -
XYZ 5.16 7.17 10.13 -
YUV 64.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 19 84 87 0.78 0.03 0 0.66 182.65 0.64 0.21
Hex 13 54 57 4E 3 0 42 B7 40 15
Octal 23 124 127 116 3 0 102 267 100 25
Binary 10011 1010100 1010111 1001110 11 0 1000010 10110111 1000000 10101

Color Harmonies of #135457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135457

Black with #135457

Text Example


Text Example

White with #135457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135457; }

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

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

background-color css

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

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

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

border-color css

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

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

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