Html Css Color HEX #195457 Blue Stone

📋 copy color: '#195457'

red 25 ◦ green 84 ◦ blue 87

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

Shades of Blue Stone #195457

Tints of Blue Stone #195457

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.86%

 BLUE value IS 87 (34.38% from 255) = 44.39%

R = 12.76%
G = 42.86%
B = 44.39%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#195457 (or 0x195457) is known color: Blue Stone. HEX triplet: 19, 54 and 57. RGB value is (25,84,87). Sum of RGB (Red+Green+Blue) = 25+84+87=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #195457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195457 is #E6ABA8. Grayscale: #424242. Windows color (decimal): -15117225 or 5723161. OLE color: 5723161.

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

Color convert

RGB 25 84 87 -
CMYK 0.71 0.03 0 0.66
HSL 182.9º 0.55% 0.22% -
HSV(B) 182.9º 0.71% 0.34% -
XYZ 5.29 7.24 10.13 -
YUV 66.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 25 84 87 0.71 0.03 0 0.66 182.9 0.55 0.22
Hex 19 54 57 47 3 0 42 B7 37 16
Octal 31 124 127 107 3 0 102 267 67 26
Binary 11001 1010100 1010111 1000111 11 0 1000010 10110111 110111 10110

Color Harmonies of #195457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195457

Black with #195457

Text Example


Text Example

White with #195457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195457; }

 p { color: rgb(25,84,87); }

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

background-color css

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

 a { background-color: rgb(25,84,87); }

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

border-color css

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

 span { border-color: rgb(25,84,87); }

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