Html Css Color HEX #196665 Blue Stone

📋 copy color: '#196665'

red 25 ◦ green 102 ◦ blue 101

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

Shades of Blue Stone #196665

Tints of Blue Stone #196665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.74%

 BLUE value IS 101 (39.84% from 255) = 44.3%

R = 10.96%
G = 44.74%
B = 44.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#196665 (or 0x196665) is known color: Blue Stone. HEX triplet: 19, 66 and 65. RGB value is (25,102,101). Sum of RGB (Red+Green+Blue) = 25+102+101=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #196665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196665 is #E6999A. Grayscale: #4E4E4E. Windows color (decimal): -15112603 or 6645273. OLE color: 6645273.

HSL color Cylindrical-coordinate representation of color #196665: hue angle of 179.22º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196665 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 25 102 101 -
CMYK 0.75 0 0.01 0.6
HSL 179.22º 0.61% 0.25% -
HSV(B) 179.22º 0.75% 0.4% -
XYZ 7.5 10.65 13.97 -
YUV 78.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 25 102 101 0.75 0 0.01 0.6 179.22 0.61 0.25
Hex 19 66 65 4B 0 1 3C B3 3D 19
Octal 31 146 145 113 0 1 74 263 75 31
Binary 11001 1100110 1100101 1001011 0 1 111100 10110011 111101 11001

Color Harmonies of #196665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196665

Black with #196665

Text Example


Text Example

White with #196665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196665; }

 p { color: rgb(25,102,101); }

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

background-color css

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

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

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

border-color css

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

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

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