Html Css Color HEX #196E6F Blue Stone

📋 copy color: '#196E6F'

red 25 ◦ green 110 ◦ blue 111

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

Shades of Blue Stone #196E6F

Tints of Blue Stone #196E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.72%

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 10.16%
G = 44.72%
B = 45.12%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196E6F (or 0x196E6F) is known color: Blue Stone. HEX triplet: 19, 6E and 6F. RGB value is (25,110,111). Sum of RGB (Red+Green+Blue) = 25+110+111=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #196E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E6F is #E69190. Grayscale: #545454. Windows color (decimal): -15110545 or 7302681. OLE color: 7302681.

HSL color Cylindrical-coordinate representation of color #196E6F: hue angle of 180.7º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E6F is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 110 111 -
CMYK 0.77 0.01 0 0.56
HSL 180.7º 0.63% 0.27% -
HSV(B) 180.7º 0.77% 0.44% -
XYZ 8.85 12.51 16.99 -
YUV 84.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 25 110 111 0.77 0.01 0 0.56 180.7 0.63 0.27
Hex 19 6E 6F 4D 1 0 38 B5 3F 1B
Octal 31 156 157 115 1 0 70 265 77 33
Binary 11001 1101110 1101111 1001101 1 0 111000 10110101 111111 11011

Color Harmonies of #196E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196E6F

Black with #196E6F

Text Example


Text Example

White with #196E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196E6F; }

 p { color: rgb(25,110,111); }

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

background-color css

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

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

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

border-color css

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

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

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