Html Css Color HEX #195459 Blue Stone

📋 copy color: '#195459'

red 25 ◦ green 84 ◦ blue 89

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

Shades of Blue Stone #195459

Tints of Blue Stone #195459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 12.63%
G = 42.42%
B = 44.95%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#195459 (or 0x195459) is known color: Blue Stone. HEX triplet: 19, 54 and 59. RGB value is (25,84,89). Sum of RGB (Red+Green+Blue) = 25+84+89=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #195459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195459 is #E6ABA6. Grayscale: #424242. Windows color (decimal): -15117223 or 5854233. OLE color: 5854233.

HSL color Cylindrical-coordinate representation of color #195459: hue angle of 184.69º 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 #195459 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 84 89 -
CMYK 0.72 0.06 0 0.65
HSL 184.69º 0.56% 0.22% -
HSV(B) 184.69º 0.72% 0.35% -
XYZ 5.37 7.27 10.57 -
YUV 66.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 25 84 89 0.72 0.06 0 0.65 184.69 0.56 0.22
Hex 19 54 59 48 6 0 41 B9 38 16
Octal 31 124 131 110 6 0 101 271 70 26
Binary 11001 1010100 1011001 1001000 110 0 1000001 10111001 111000 10110

Color Harmonies of #195459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195459

Black with #195459

Text Example


Text Example

White with #195459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195459; }

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

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

background-color css

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

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

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

border-color css

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

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

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