Html Css Color HEX #195863 Blue Stone

📋 copy color: '#195863'

red 25 ◦ green 88 ◦ blue 99

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

Shades of Blue Stone #195863

Tints of Blue Stone #195863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 11.79%
G = 41.51%
B = 46.7%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#195863 (or 0x195863) is known color: Blue Stone. HEX triplet: 19, 58 and 63. RGB value is (25,88,99). Sum of RGB (Red+Green+Blue) = 25+88+99=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #195863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195863 is #E6A79C. Grayscale: #464646. Windows color (decimal): -15116189 or 6510617. OLE color: 6510617.

HSL color Cylindrical-coordinate representation of color #195863: hue angle of 188.92º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195863 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 88 99 -
CMYK 0.75 0.11 0 0.61
HSL 188.92º 0.6% 0.24% -
HSV(B) 188.92º 0.75% 0.39% -
XYZ 6.14 8.09 13.04 -
YUV 70.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 25 88 99 0.75 0.11 0 0.61 188.92 0.6 0.24
Hex 19 58 63 4B B 0 3D BD 3C 18
Octal 31 130 143 113 13 0 75 275 74 30
Binary 11001 1011000 1100011 1001011 1011 0 111101 10111101 111100 11000

Color Harmonies of #195863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195863

Black with #195863

Text Example


Text Example

White with #195863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195863; }

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

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

background-color css

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

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

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

border-color css

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

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

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