Html Css Color HEX #195C69 Blue Stone

📋 copy color: '#195C69'

red 25 ◦ green 92 ◦ blue 105

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

Shades of Blue Stone #195C69

Tints of Blue Stone #195C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 11.26%
G = 41.44%
B = 47.3%

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

#195C69 (or 0x195C69) is known color: Blue Stone. HEX triplet: 19, 5C and 69. RGB value is (25,92,105). Sum of RGB (Red+Green+Blue) = 25+92+105=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #195C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C69 is #E6A396. Grayscale: #494949. Windows color (decimal): -15115159 or 6904857. OLE color: 6904857.

HSL color Cylindrical-coordinate representation of color #195C69: hue angle of 189.75º degrees, saturation: 0.62, 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 #195C69 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 92 105 -
CMYK 0.76 0.12 0 0.59
HSL 189.75º 0.62% 0.25% -
HSV(B) 189.75º 0.76% 0.41% -
XYZ 6.78 8.88 14.72 -
YUV 73.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 25 92 105 0.76 0.12 0 0.59 189.75 0.62 0.25
Hex 19 5C 69 4C C 0 3B BE 3E 19
Octal 31 134 151 114 14 0 73 276 76 31
Binary 11001 1011100 1101001 1001100 1100 0 111011 10111110 111110 11001

Color Harmonies of #195C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C69

Black with #195C69

Text Example


Text Example

White with #195C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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