#182D73

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

Shades of Sapphire #182D73

Tints of Sapphire #182D73

Color information

#182D73 (or 0x182D73) is unknown color: approx Sapphire. HEX triplet: 18, 2D and 73. RGB value is (24,45,115). Sum of RGB (Red+Green+Blue) = 24+45+115=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #182D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D73 is #E7D28C. Grayscale: #2E2E2E. Windows color (decimal): -15192717 or 7548184. OLE color: 7548184.

HSL color Cylindrical-coordinate representation of color #182D73: hue angle of 226.15º 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 #182D73 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2445115-
CMYK0.790.6100.55
HSL226.15º65.47%27.25%-
HSV(B)226.15º79.13%45.1%-
XYZ4.413.3116.63-
YUV46.7166.54111.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=13.04%
G=24.46%
B=62.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24451150.790.6100.55226.1565.4727.25
Hex182D734F3D037e2411b
Octal30551631177506734210133
Binary1100010110111100111001111111101011011111100010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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