Html Css Color HEX #195C68 Blue Stone

📋 copy color: '#195C68'

red 25 ◦ green 92 ◦ blue 104

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

Shades of Blue Stone #195C68

Tints of Blue Stone #195C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.63%

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 11.31%
G = 41.63%
B = 47.06%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195C68 (or 0x195C68) is known color: Blue Stone. HEX triplet: 19, 5C and 68. RGB value is (25,92,104). Sum of RGB (Red+Green+Blue) = 25+92+104=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #195C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C68 is #E6A397. Grayscale: #494949. Windows color (decimal): -15115160 or 6839321. OLE color: 6839321.

HSL color Cylindrical-coordinate representation of color #195C68: hue angle of 189.11º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195C68 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 92 104 -
CMYK 0.76 0.12 0 0.59
HSL 189.11º 0.61% 0.25% -
HSV(B) 189.11º 0.76% 0.41% -
XYZ 6.73 8.86 14.45 -
YUV 73.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 25 92 104 0.76 0.12 0 0.59 189.11 0.61 0.25
Hex 19 5C 68 4C C 0 3B BD 3D 19
Octal 31 134 150 114 14 0 73 275 75 31
Binary 11001 1011100 1101000 1001100 1100 0 111011 10111101 111101 11001

Color Harmonies of #195C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C68

Black with #195C68

Text Example


Text Example

White with #195C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,92,104); }

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

background-color css

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

 a { background-color: rgb(25,92,104); }

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

border-color css

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

 span { border-color: rgb(25,92,104); }

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