#182C73

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

Shades of Sapphire #182C73

Tints of Sapphire #182C73

Color information

#182C73 (or 0x182C73) is unknown color: approx Sapphire. HEX triplet: 18, 2C and 73. RGB value is (24,44,115). Sum of RGB (Red+Green+Blue) = 24+44+115=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #182C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C73 is #E7D38C. Grayscale: #2D2D2D. Windows color (decimal): -15192973 or 7547928. OLE color: 7547928.

HSL color Cylindrical-coordinate representation of color #182C73: hue angle of 226.81º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182C73 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2444115-
CMYK0.790.6200.55
HSL226.81º65.47%27.25%-
HSV(B)226.81º79.13%45.1%-
XYZ4.373.2316.61-
YUV46.11166.87112.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 115 (45.31% from 255) = 62.84%
R=13.11%
G=24.04%
B=62.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24441150.790.6200.55226.8165.4727.25
Hex182C734F3E037e3411b
Octal30541631177606734310133
Binary1100010110011100111001111111110011011111100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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