Html Css Color HEX #195962 Blue Stone

📋 copy color: '#195962'

red 25 ◦ green 89 ◦ blue 98

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

Shades of Blue Stone #195962

Tints of Blue Stone #195962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.98%

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 11.79%
G = 41.98%
B = 46.23%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#195962 (or 0x195962) is known color: Blue Stone. HEX triplet: 19, 59 and 62. RGB value is (25,89,98). Sum of RGB (Red+Green+Blue) = 25+89+98=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #195962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195962 is #E6A69D. Grayscale: #464646. Windows color (decimal): -15115934 or 6445337. OLE color: 6445337.

HSL color Cylindrical-coordinate representation of color #195962: hue angle of 187.4º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195962 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 89 98 -
CMYK 0.74 0.09 0 0.62
HSL 187.4º 0.59% 0.24% -
HSV(B) 187.4º 0.74% 0.38% -
XYZ 6.18 8.23 12.82 -
YUV 70.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 25 89 98 0.74 0.09 0 0.62 187.4 0.59 0.24
Hex 19 59 62 4A 9 0 3E BB 3B 18
Octal 31 131 142 112 11 0 76 273 73 30
Binary 11001 1011001 1100010 1001010 1001 0 111110 10111011 111011 11000

Color Harmonies of #195962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195962

Black with #195962

Text Example


Text Example

White with #195962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195962; }

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

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

background-color css

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

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

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

border-color css

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

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

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