Html Css Color HEX #195354 Blue Stone

📋 copy color: '#195354'

red 25 ◦ green 83 ◦ blue 84

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

Shades of Blue Stone #195354

Tints of Blue Stone #195354

RGB

 RED value IS 25 (10.16% from 255) = 13.02%

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

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

R = 13.02%
G = 43.23%
B = 43.75%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#195354 (or 0x195354) is known color: Blue Stone. HEX triplet: 19, 53 and 54. RGB value is (25,83,84). Sum of RGB (Red+Green+Blue) = 25+83+84=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #195354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195354 is #E6ACAB. Grayscale: #414141. Windows color (decimal): -15117484 or 5526297. OLE color: 5526297.

HSL color Cylindrical-coordinate representation of color #195354: hue angle of 181.02º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195354 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 83 84 -
CMYK 0.70 0.01 0 0.67
HSL 181.02º 0.54% 0.21% -
HSV(B) 181.02º 0.7% 0.33% -
XYZ 5.09 7.03 9.48 -
YUV 65.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 25 83 84 0.70 0.01 0 0.67 181.02 0.54 0.21
Hex 19 53 54 46 1 0 43 B5 36 15
Octal 31 123 124 106 1 0 103 265 66 25
Binary 11001 1010011 1010100 1000110 1 0 1000011 10110101 110110 10101

Color Harmonies of #195354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195354

Black with #195354

Text Example


Text Example

White with #195354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195354; }

 p { color: rgb(25,83,84); }

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

background-color css

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

 a { background-color: rgb(25,83,84); }

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

border-color css

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

 span { border-color: rgb(25,83,84); }

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