#182D72

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

Shades of Sapphire #182D72

Tints of Sapphire #182D72

Color information

#182D72 (or 0x182D72) is unknown color: approx Sapphire. HEX triplet: 18, 2D and 72. RGB value is (24,45,114). Sum of RGB (Red+Green+Blue) = 24+45+114=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #182D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D72 is #E7D28D. Grayscale: #2E2E2E. Windows color (decimal): -15192718 or 7482648. OLE color: 7482648.

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

Color convert

RGB2445114-
CMYK0.790.6100.55
HSL226º65.22%27.06%-
HSV(B)226º78.95%44.71%-
XYZ4.353.2916.32-
YUV46.59166.04111.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=13.11%
G=24.59%
B=62.30%

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
Decimal24451140.790.6100.5522665.2227.06
Hex182D724F3D037e2411b
Octal30551621177506734210133
Binary1100010110111100101001111111101011011111100010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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