Html Css Color HEX #196262 Blue Stone

📋 copy color: '#196262'

red 25 ◦ green 98 ◦ blue 98

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

Shades of Blue Stone #196262

Tints of Blue Stone #196262

RGB

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

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

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

R = 11.31%
G = 44.34%
B = 44.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#196262 (or 0x196262) is known color: Blue Stone. HEX triplet: 19, 62 and 62. RGB value is (25,98,98). Sum of RGB (Red+Green+Blue) = 25+98+98=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #196262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196262 is #E69D9D. Grayscale: #4C4C4C. Windows color (decimal): -15113630 or 6447641. OLE color: 6447641.

HSL color Cylindrical-coordinate representation of color #196262: hue angle of 180º 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 #196262 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 98 98 -
CMYK 0.74 0 0 0.62
HSL 180º 0.59% 0.24% -
HSV(B) 180º 0.74% 0.38% -
XYZ 6.97 9.82 13.08 -
YUV 76.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 25 98 98 0.74 0 0 0.62 180 0.59 0.24
Hex 19 62 62 4A 0 0 3E B4 3B 18
Octal 31 142 142 112 0 0 76 264 73 30
Binary 11001 1100010 1100010 1001010 0 0 111110 10110100 111011 11000

Color Harmonies of #196262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196262

Black with #196262

Text Example


Text Example

White with #196262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196262; }

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

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

background-color css

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

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

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

border-color css

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

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

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