Html Css Color HEX #196362 Blue Stone

📋 copy color: '#196362'

red 25 ◦ green 99 ◦ blue 98

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

Shades of Blue Stone #196362

Tints of Blue Stone #196362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.59%

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

R = 11.26%
G = 44.59%
B = 44.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#196362 (or 0x196362) is known color: Blue Stone. HEX triplet: 19, 63 and 62. RGB value is (25,99,98). Sum of RGB (Red+Green+Blue) = 25+99+98=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #196362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196362 is #E69C9D. Grayscale: #4C4C4C. Windows color (decimal): -15113374 or 6447897. OLE color: 6447897.

HSL color Cylindrical-coordinate representation of color #196362: hue angle of 179.19º 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 #196362 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 99 98 -
CMYK 0.75 0 0.01 0.61
HSL 179.19º 0.6% 0.24% -
HSV(B) 179.19º 0.75% 0.39% -
XYZ 7.07 10.01 13.12 -
YUV 76.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 25 99 98 0.75 0 0.01 0.61 179.19 0.6 0.24
Hex 19 63 62 4B 0 1 3D B3 3C 18
Octal 31 143 142 113 0 1 75 263 74 30
Binary 11001 1100011 1100010 1001011 0 1 111101 10110011 111100 11000

Color Harmonies of #196362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196362

Black with #196362

Text Example


Text Example

White with #196362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196362; }

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

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

background-color css

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

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

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

border-color css

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

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

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