#182C5D

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

Shades of Sapphire #182C5D

Tints of Sapphire #182C5D

Color information

#182C5D (or 0x182C5D) is unknown color: approx Sapphire. HEX triplet: 18, 2C and 5D. RGB value is (24,44,93). Sum of RGB (Red+Green+Blue) = 24+44+93=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #182C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C5D is #E7D3A2. Grayscale: #2B2B2B. Windows color (decimal): -15192995 or 6106136. OLE color: 6106136.

HSL color Cylindrical-coordinate representation of color #182C5D: hue angle of 222.61º 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 #182C5D is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB244493-
CMYK0.740.5300.64
HSL222.61º58.97%22.94%-
HSV(B)222.61º74.19%36.47%-
XYZ3.252.7910.72-
YUV43.61155.87114.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=14.91%
G=27.33%
B=57.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2444930.740.5300.64222.6158.9722.94
Hex182C5D4A35040df3b17
Octal30541351126501003377327
Binary1100010110010111011001010110101010000001101111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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