Html Css Color HEX #195559 Blue Stone

📋 copy color: '#195559'

red 25 ◦ green 85 ◦ blue 89

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

Shades of Blue Stone #195559

Tints of Blue Stone #195559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

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

R = 12.56%
G = 42.71%
B = 44.72%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#195559 (or 0x195559) is known color: Blue Stone. HEX triplet: 19, 55 and 59. RGB value is (25,85,89). Sum of RGB (Red+Green+Blue) = 25+85+89=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #195559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195559 is #E6AAA6. Grayscale: #434343. Windows color (decimal): -15116967 or 5854489. OLE color: 5854489.

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

Color convert

RGB 25 85 89 -
CMYK 0.72 0.04 0 0.65
HSL 183.75º 0.56% 0.22% -
HSV(B) 183.75º 0.72% 0.35% -
XYZ 5.45 7.42 10.6 -
YUV 67.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 25 85 89 0.72 0.04 0 0.65 183.75 0.56 0.22
Hex 19 55 59 48 4 0 41 B8 38 16
Octal 31 125 131 110 4 0 101 270 70 26
Binary 11001 1010101 1011001 1001000 100 0 1000001 10111000 111000 10110

Color Harmonies of #195559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195559

Black with #195559

Text Example


Text Example

White with #195559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195559; }

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

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

background-color css

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

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

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

border-color css

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

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

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