#182B5C

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

Shades of Sapphire #182B5C

Tints of Sapphire #182B5C

Color information

#182B5C (or 0x182B5C) is unknown color: approx Sapphire. HEX triplet: 18, 2B and 5C. RGB value is (24,43,92). Sum of RGB (Red+Green+Blue) = 24+43+92=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #182B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B5C is #E7D4A3. Grayscale: #2A2A2A. Windows color (decimal): -15193252 or 6040344. OLE color: 6040344.

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

Color convert

RGB244392-
CMYK0.740.5300.64
HSL223.24º58.62%22.75%-
HSV(B)223.24º73.91%36.08%-
XYZ3.172.6910.48-
YUV42.9155.71114.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 92 (36.33% from 255) = 57.86%
R=15.09%
G=27.04%
B=57.86%

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
Decimal2443920.740.5300.64223.2458.6222.75
Hex182B5C4A35040df3b17
Octal30531341126501003377327
Binary1100010101110111001001010110101010000001101111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,43,92); }

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

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

 a { background-color: rgb(24,43,92); }

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

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

 span { border-color: rgb(24,43,92); }

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