Html Css Color HEX #196261 Blue Stone

📋 copy color: '#196261'

red 25 ◦ green 98 ◦ blue 97

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

Shades of Blue Stone #196261

Tints of Blue Stone #196261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.09%

R = 11.36%
G = 44.55%
B = 44.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#196261 (or 0x196261) is known color: Blue Stone. HEX triplet: 19, 62 and 61. RGB value is (25,98,97). Sum of RGB (Red+Green+Blue) = 25+98+97=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #196261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196261 is #E69D9E. Grayscale: #4B4B4B. Windows color (decimal): -15113631 or 6382105. OLE color: 6382105.

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

Color convert

RGB 25 98 97 -
CMYK 0.74 0 0.01 0.62
HSL 179.18º 0.59% 0.24% -
HSV(B) 179.18º 0.74% 0.38% -
XYZ 6.93 9.81 12.84 -
YUV 76.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 25 98 97 0.74 0 0.01 0.62 179.18 0.59 0.24
Hex 19 62 61 4A 0 1 3E B3 3B 18
Octal 31 142 141 112 0 1 76 263 73 30
Binary 11001 1100010 1100001 1001010 0 1 111110 10110011 111011 11000

Color Harmonies of #196261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196261

Black with #196261

Text Example


Text Example

White with #196261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196261; }

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

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

background-color css

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

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

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

border-color css

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

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

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