#182859

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

Shades of Sapphire #182859

Tints of Sapphire #182859

Color information

#182859 (or 0x182859) is unknown color: approx Sapphire. HEX triplet: 18, 28 and 59. RGB value is (24,40,89). Sum of RGB (Red+Green+Blue) = 24+40+89=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #182859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182859 is #E7D7A6. Grayscale: #282828. Windows color (decimal): -15194023 or 5842968. OLE color: 5842968.

HSL color Cylindrical-coordinate representation of color #182859: hue angle of 225.23º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #182859 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB244089-
CMYK0.730.5500.65
HSL225.23º57.52%22.16%-
HSV(B)225.23º73.03%34.9%-
XYZ2.942.439.77-
YUV40.8155.2116.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 89 (35.16% from 255) = 58.17%
R=15.69%
G=26.14%
B=58.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2440890.730.5500.65225.2357.5222.16
Hex1828594937041e13a16
Octal30501311116701013417226
Binary1100010100010110011001001110111010000011110000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182859; }

 p { color: rgb(24,40,89); }

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

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

 a { background-color: rgb(24,40,89); }

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

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

 span { border-color: rgb(24,40,89); }

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