#18625E

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

Shades of Blue Stone #18625E

Tints of Blue Stone #18625E

Color information

#18625E (or 0x18625E) is unknown color: approx Blue Stone. HEX triplet: 18, 62 and 5E. RGB value is (24,98,94). Sum of RGB (Red+Green+Blue) = 24+98+94=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #18625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18625E is #E79DA1. Grayscale: #4B4B4B. Windows color (decimal): -15179170 or 6185496. OLE color: 6185496.

HSL color Cylindrical-coordinate representation of color #18625E: hue angle of 176.76º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18625E is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB249894-
CMYK0.7600.040.62
HSL176.76º60.66%23.92%-
HSV(B)176.76º75.51%38.43%-
XYZ6.769.7412.11-
YUV75.42138.4891.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=11.11%
G=45.37%
B=43.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2498940.7600.040.62176.7660.6623.92
Hex18625E4C043Eb13d18
Octal3014213611404762617530
Binary1100011000101011110100110001001111101011000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18625E; }

 p { color: rgb(24,98,94); }

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

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

 a { background-color: rgb(24,98,94); }

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

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

 span { border-color: rgb(24,98,94); }

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