#18275F

Color #18275F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #18275F

Tints of Sapphire #18275F

Color information

#18275F (or 0x18275F) is unknown color: approx Sapphire. HEX triplet: 18, 27 and 5F. RGB value is (24,39,95). Sum of RGB (Red+Green+Blue) = 24+39+95=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #18275F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18275F is #E7D8A0. Grayscale: #282828. Windows color (decimal): -15194273 or 6235928. OLE color: 6235928.

HSL color Cylindrical-coordinate representation of color #18275F: hue angle of 227.32º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18275F is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB243995-
CMYK0.750.5900.63
HSL227.32º59.66%23.33%-
HSV(B)227.32º74.74%37.25%-
XYZ3.172.4711.14-
YUV40.9158.53115.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=15.19%
G=24.68%
B=60.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2439950.750.5900.63227.3259.6623.33
Hex18275F4B3B03Fe33c17
Octal3047137113730773437427
Binary110001001111011111100101111101101111111110001111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18275F; }

 p { color: rgb(24,39,95); }

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

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

 a { background-color: rgb(24,39,95); }

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

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

 span { border-color: rgb(24,39,95); }

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