Html Css Color HEX #19676E Blue Stone

📋 copy color: '#19676E'

red 25 ◦ green 103 ◦ blue 110

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

Shades of Blue Stone #19676E

Tints of Blue Stone #19676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.28%

 BLUE value IS 110 (43.36% from 255) = 46.22%

R = 10.5%
G = 43.28%
B = 46.22%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19676E (or 0x19676E) is known color: Blue Stone. HEX triplet: 19, 67 and 6E. RGB value is (25,103,110). Sum of RGB (Red+Green+Blue) = 25+103+110=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #19676E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19676E is #E69891. Grayscale: #505050. Windows color (decimal): -15112338 or 7235353. OLE color: 7235353.

HSL color Cylindrical-coordinate representation of color #19676E: hue angle of 184.94º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19676E is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 103 110 -
CMYK 0.77 0.06 0 0.57
HSL 184.94º 0.63% 0.26% -
HSV(B) 184.94º 0.77% 0.43% -
XYZ 8.07 11.03 16.46 -
YUV 80.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 25 103 110 0.77 0.06 0 0.57 184.94 0.63 0.26
Hex 19 67 6E 4D 6 0 39 B9 3F 1A
Octal 31 147 156 115 6 0 71 271 77 32
Binary 11001 1100111 1101110 1001101 110 0 111001 10111001 111111 11010

Color Harmonies of #19676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19676E

Black with #19676E

Text Example


Text Example

White with #19676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19676E; }

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

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

background-color css

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

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

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

border-color css

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

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

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