#182C5B

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

Shades of Sapphire #182C5B

Tints of Sapphire #182C5B

Color information

#182C5B (or 0x182C5B) is unknown color: approx Sapphire. HEX triplet: 18, 2C and 5B. RGB value is (24,44,91). Sum of RGB (Red+Green+Blue) = 24+44+91=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #182C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C5B is #E7D3A4. Grayscale: #2B2B2B. Windows color (decimal): -15192997 or 5975064. OLE color: 5975064.

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

Color convert

RGB244491-
CMYK0.740.5200.64
HSL222.09º58.26%22.55%-
HSV(B)222.09º73.63%35.69%-
XYZ3.172.7510.26-
YUV43.38154.87114.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 91 (35.94% from 255) = 57.23%
R=15.09%
G=27.67%
B=57.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2444910.740.5200.64222.0958.2622.55
Hex182C5B4A34040de3a17
Octal30541331126401003367227
Binary1100010110010110111001010110100010000001101111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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