Html Css Color HEX #135854 Blue Stone

📋 copy color: '#135854'

red 19 ◦ green 88 ◦ blue 84

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

Shades of Blue Stone #135854

Tints of Blue Stone #135854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.07%

 BLUE value IS 84 (33.2% from 255) = 43.98%

R = 9.95%
G = 46.07%
B = 43.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#135854 (or 0x135854) is known color: Blue Stone. HEX triplet: 13, 58 and 54. RGB value is (19,88,84). Sum of RGB (Red+Green+Blue) = 19+88+84=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #135854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135854 is #ECA7AB. Grayscale: #424242. Windows color (decimal): -15509420 or 5527571. OLE color: 5527571.

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

Color convert

RGB 19 88 84 -
CMYK 0.78 0 0.05 0.65
HSL 176.52º 0.64% 0.21% -
HSV(B) 176.52º 0.78% 0.35% -
XYZ 5.36 7.76 9.6 -
YUV 66.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 19 88 84 0.78 0 0.05 0.65 176.52 0.64 0.21
Hex 13 58 54 4E 0 5 41 B1 40 15
Octal 23 130 124 116 0 5 101 261 100 25
Binary 10011 1011000 1010100 1001110 0 101 1000001 10110001 1000000 10101

Color Harmonies of #135854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135854

Black with #135854

Text Example


Text Example

White with #135854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135854; }

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

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

background-color css

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

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

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

border-color css

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

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

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