Html Css Color HEX #195854 Blue Stone

📋 copy color: '#195854'

red 25 ◦ green 88 ◦ blue 84

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

Shades of Blue Stone #195854

Tints of Blue Stone #195854

RGB

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

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

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

R = 12.69%
G = 44.67%
B = 42.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#195854 (or 0x195854) is known color: Blue Stone. HEX triplet: 19, 58 and 54. RGB value is (25,88,84). Sum of RGB (Red+Green+Blue) = 25+88+84=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #195854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195854 is #E6A7AB. Grayscale: #444444. Windows color (decimal): -15116204 or 5527577. OLE color: 5527577.

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

Color convert

RGB 25 88 84 -
CMYK 0.72 0 0.05 0.65
HSL 176.19º 0.56% 0.22% -
HSV(B) 176.19º 0.72% 0.35% -
XYZ 5.49 7.83 9.61 -
YUV 68.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 25 88 84 0.72 0 0.05 0.65 176.19 0.56 0.22
Hex 19 58 54 48 0 5 41 B0 38 16
Octal 31 130 124 110 0 5 101 260 70 26
Binary 11001 1011000 1010100 1001000 0 101 1000001 10110000 111000 10110

Color Harmonies of #195854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195854

Black with #195854

Text Example


Text Example

White with #195854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195854; }

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

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

background-color css

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

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

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

border-color css

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

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

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