#195457

Color #195457 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #195457

Tints of Blue Stone #195457

Color information

#195457 (or 0x195457) is unknown color: approx 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

RGB258487-
CMYK0.710.0300.66
HSL182.9º55.36%21.96%-
HSV(B)182.9º71.26%34.12%-
XYZ5.297.2410.13-
YUV66.7139.4598.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2584870.710.0300.66182.955.3621.96
Hex195457473042b73716
Octal31124127107301022676726
Binary1100110101001010111100011111010000101011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>