Html Css Color HEX #195865 Blue Stone

📋 copy color: '#195865'

red 25 ◦ green 88 ◦ blue 101

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

Shades of Blue Stone #195865

Tints of Blue Stone #195865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 47.2%

R = 11.68%
G = 41.12%
B = 47.2%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#195865 (or 0x195865) is known color: Blue Stone. HEX triplet: 19, 58 and 65. RGB value is (25,88,101). Sum of RGB (Red+Green+Blue) = 25+88+101=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #195865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195865 is #E6A79A. Grayscale: #464646. Windows color (decimal): -15116187 or 6641689. OLE color: 6641689.

HSL color Cylindrical-coordinate representation of color #195865: hue angle of 190.26º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195865 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 88 101 -
CMYK 0.75 0.13 0 0.60
HSL 190.26º 0.6% 0.25% -
HSV(B) 190.26º 0.75% 0.4% -
XYZ 6.24 8.13 13.55 -
YUV 70.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 25 88 101 0.75 0.13 0 0.60 190.26 0.6 0.25
Hex 19 58 65 4B D 0 3C BE 3C 19
Octal 31 130 145 113 15 0 74 276 74 31
Binary 11001 1011000 1100101 1001011 1101 0 111100 10111110 111100 11001

Color Harmonies of #195865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195865

Black with #195865

Text Example


Text Example

White with #195865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195865; }

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

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

background-color css

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

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

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

border-color css

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

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

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