Html Css Color HEX #196265 Blue Stone

📋 copy color: '#196265'

red 25 ◦ green 98 ◦ blue 101

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

Shades of Blue Stone #196265

Tints of Blue Stone #196265

RGB

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

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

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

R = 11.16%
G = 43.75%
B = 45.09%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#196265 (or 0x196265) is known color: Blue Stone. HEX triplet: 19, 62 and 65. RGB value is (25,98,101). Sum of RGB (Red+Green+Blue) = 25+98+101=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #196265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196265 is #E69D9A. Grayscale: #4C4C4C. Windows color (decimal): -15113627 or 6644249. OLE color: 6644249.

HSL color Cylindrical-coordinate representation of color #196265: hue angle of 182.37º degrees, saturation: 0.6, 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 #196265 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 98 101 -
CMYK 0.75 0.03 0 0.60
HSL 182.37º 0.6% 0.25% -
HSV(B) 182.37º 0.75% 0.4% -
XYZ 7.12 9.88 13.84 -
YUV 76.52 141.82 91.26 -
System Red Green Blue C M Y K H S L
Decimal 25 98 101 0.75 0.03 0 0.60 182.37 0.6 0.25
Hex 19 62 65 4B 3 0 3C B6 3C 19
Octal 31 142 145 113 3 0 74 266 74 31
Binary 11001 1100010 1100101 1001011 11 0 111100 10110110 111100 11001

Color Harmonies of #196265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196265

Black with #196265

Text Example


Text Example

White with #196265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196265; }

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

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

background-color css

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

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

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

border-color css

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

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

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