Html Css Color HEX #195E6C Blue Stone

📋 copy color: '#195E6C'

red 25 ◦ green 94 ◦ blue 108

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

Shades of Blue Stone #195E6C

Tints of Blue Stone #195E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.41%

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 11.01%
G = 41.41%
B = 47.58%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#195E6C (or 0x195E6C) is known color: Blue Stone. HEX triplet: 19, 5E and 6C. RGB value is (25,94,108). Sum of RGB (Red+Green+Blue) = 25+94+108=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #195E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E6C is #E6A193. Grayscale: #4A4A4A. Windows color (decimal): -15114644 or 7101977. OLE color: 7101977.

HSL color Cylindrical-coordinate representation of color #195E6C: hue angle of 190.12º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195E6C is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 94 108 -
CMYK 0.77 0.13 0 0.58
HSL 190.12º 0.62% 0.26% -
HSV(B) 190.12º 0.77% 0.42% -
XYZ 7.11 9.29 15.61 -
YUV 74.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 25 94 108 0.77 0.13 0 0.58 190.12 0.62 0.26
Hex 19 5E 6C 4D D 0 3A BE 3E 1A
Octal 31 136 154 115 15 0 72 276 76 32
Binary 11001 1011110 1101100 1001101 1101 0 111010 10111110 111110 11010

Color Harmonies of #195E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195E6C

Black with #195E6C

Text Example


Text Example

White with #195E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195E6C; }

 p { color: rgb(25,94,108); }

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

background-color css

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

 a { background-color: rgb(25,94,108); }

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

border-color css

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

 span { border-color: rgb(25,94,108); }

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