#185453

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

Shades of Blue Stone #185453

Tints of Blue Stone #185453

Color information

#185453 (or 0x185453) is unknown color: approx Blue Stone. HEX triplet: 18, 54 and 53. RGB value is (24,84,83). Sum of RGB (Red+Green+Blue) = 24+84+83=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #185453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185453 is #E7ABAC. Grayscale: #414141. Windows color (decimal): -15182765 or 5461016. OLE color: 5461016.

HSL color Cylindrical-coordinate representation of color #185453: hue angle of 179º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185453 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB248483-
CMYK0.7100.010.67
HSL179º55.56%21.18%-
HSV(B)179º71.43%32.94%-
XYZ5.117.169.3-
YUV65.95137.6298.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.57%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=12.57%
G=43.98%
B=43.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484830.7100.010.6717955.5621.18
Hex185453470143b33815
Octal30124123107011032637025
Binary110001010100101001110001110110000111011001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185453; }

 p { color: rgb(24,84,83); }

 H1.HeaderClassName
 {
   color: #185453;
 }
 .AnyTagClassName
 {
   color: #185453;
 }
</style>
background-color css

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

 a { background-color: rgb(24,84,83); }

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

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

 span { border-color: rgb(24,84,83); }

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