Html Css Color HEX #196263 Blue Stone

📋 copy color: '#196263'

red 25 ◦ green 98 ◦ blue 99

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

Shades of Blue Stone #196263

Tints of Blue Stone #196263

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

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

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

Color convert

RGB 25 98 99 -
CMYK 0.75 0.01 0 0.61
HSL 180.81º 0.6% 0.24% -
HSV(B) 180.81º 0.75% 0.39% -
XYZ 7.02 9.84 13.33 -
YUV 76.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 25 98 99 0.75 0.01 0 0.61 180.81 0.6 0.24
Hex 19 62 63 4B 1 0 3D B5 3C 18
Octal 31 142 143 113 1 0 75 265 74 30
Binary 11001 1100010 1100011 1001011 1 0 111101 10110101 111100 11000

Color Harmonies of #196263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196263

Black with #196263

Text Example


Text Example

White with #196263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196263; }

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

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

background-color css

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

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

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

border-color css

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

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

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