#182E5D

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

Shades of Sapphire #182E5D

Tints of Sapphire #182E5D

Color information

#182E5D (or 0x182E5D) is unknown color: approx Sapphire. HEX triplet: 18, 2E and 5D. RGB value is (24,46,93). Sum of RGB (Red+Green+Blue) = 24+46+93=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #182E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E5D is #E7D1A2. Grayscale: #2C2C2C. Windows color (decimal): -15192483 or 6106648. OLE color: 6106648.

HSL color Cylindrical-coordinate representation of color #182E5D: hue angle of 220.87º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #182E5D is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB244693-
CMYK0.740.5100.64
HSL220.87º58.97%22.94%-
HSV(B)220.87º74.19%36.47%-
XYZ3.332.9410.75-
YUV44.78155.21113.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=14.72%
G=28.22%
B=57.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2446930.740.5100.64220.8758.9722.94
Hex182E5D4A33040dd3b17
Octal30561351126301003357327
Binary1100010111010111011001010110011010000001101110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182E5D; }

 p { color: rgb(24,46,93); }

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

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

 a { background-color: rgb(24,46,93); }

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

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

 span { border-color: rgb(24,46,93); }

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