Html Css Color HEX #195358 Blue Stone

📋 copy color: '#195358'

red 25 ◦ green 83 ◦ blue 88

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

Shades of Blue Stone #195358

Tints of Blue Stone #195358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.9%

R = 12.76%
G = 42.35%
B = 44.9%

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

#195358 (or 0x195358) is known color: Blue Stone. HEX triplet: 19, 53 and 58. RGB value is (25,83,88). Sum of RGB (Red+Green+Blue) = 25+83+88=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #195358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195358 is #E6ACA7. Grayscale: #424242. Windows color (decimal): -15117480 or 5788441. OLE color: 5788441.

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

Color convert

RGB 25 83 88 -
CMYK 0.72 0.06 0 0.65
HSL 184.76º 0.56% 0.22% -
HSV(B) 184.76º 0.72% 0.35% -
XYZ 5.26 7.1 10.33 -
YUV 66.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 25 83 88 0.72 0.06 0 0.65 184.76 0.56 0.22
Hex 19 53 58 48 6 0 41 B9 38 16
Octal 31 123 130 110 6 0 101 271 70 26
Binary 11001 1010011 1011000 1001000 110 0 1000001 10111001 111000 10110

Color Harmonies of #195358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195358

Black with #195358

Text Example


Text Example

White with #195358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195358; }

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

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

background-color css

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

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

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

border-color css

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

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

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