#182959

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

Shades of Sapphire #182959

Tints of Sapphire #182959

Color information

#182959 (or 0x182959) is unknown color: approx Sapphire. HEX triplet: 18, 29 and 59. RGB value is (24,41,89). Sum of RGB (Red+Green+Blue) = 24+41+89=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #182959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182959 is #E7D6A6. Grayscale: #292929. Windows color (decimal): -15193767 or 5843224. OLE color: 5843224.

HSL color Cylindrical-coordinate representation of color #182959: hue angle of 224.31º 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 #182959 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB244189-
CMYK0.730.5400.65
HSL224.31º57.52%22.16%-
HSV(B)224.31º73.03%34.9%-
XYZ2.972.59.78-
YUV41.39154.87115.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=15.58%
G=26.62%
B=57.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2441890.730.5400.65224.3157.5222.16
Hex1829594936041e03a16
Octal30511311116601013407226
Binary1100010100110110011001001110110010000011110000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182959; }

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

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

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

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

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

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

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

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