Html Css Color HEX #195255 Blue Stone

📋 copy color: '#195255'

red 25 ◦ green 82 ◦ blue 85

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

Shades of Blue Stone #195255

Tints of Blue Stone #195255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.71%

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 13.02%
G = 42.71%
B = 44.27%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#195255 (or 0x195255) is known color: Blue Stone. HEX triplet: 19, 52 and 55. RGB value is (25,82,85). Sum of RGB (Red+Green+Blue) = 25+82+85=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #195255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195255 is #E6ADAA. Grayscale: #414141. Windows color (decimal): -15117739 or 5591577. OLE color: 5591577.

HSL color Cylindrical-coordinate representation of color #195255: hue angle of 183º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195255 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 82 85 -
CMYK 0.71 0.04 0 0.67
HSL 183º 0.55% 0.22% -
HSV(B) 183º 0.71% 0.33% -
XYZ 5.06 6.9 9.66 -
YUV 65.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 25 82 85 0.71 0.04 0 0.67 183 0.55 0.22
Hex 19 52 55 47 4 0 43 B7 37 16
Octal 31 122 125 107 4 0 103 267 67 26
Binary 11001 1010010 1010101 1000111 100 0 1000011 10110111 110111 10110

Color Harmonies of #195255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195255

Black with #195255

Text Example


Text Example

White with #195255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195255; }

 p { color: rgb(25,82,85); }

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

background-color css

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

 a { background-color: rgb(25,82,85); }

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

border-color css

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

 span { border-color: rgb(25,82,85); }

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