#183176

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

Shades of Sapphire #183176

Tints of Sapphire #183176

Color information

#183176 (or 0x183176) is unknown color: approx Sapphire. HEX triplet: 18, 31 and 76. RGB value is (24,49,118). Sum of RGB (Red+Green+Blue) = 24+49+118=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #183176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183176 is #E7CE89. Grayscale: #313131. Windows color (decimal): -15191690 or 7745816. OLE color: 7745816.

HSL color Cylindrical-coordinate representation of color #183176: hue angle of 224.04º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183176 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2449118-
CMYK0.800.5800.54
HSL224.04º66.2%27.84%-
HSV(B)224.04º79.66%46.27%-
XYZ4.753.717.6-
YUV49.39166.72109.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.57%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=12.57%
G=25.65%
B=61.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24491180.800.5800.54224.0466.227.84
Hex183176503A036e0421c
Octal30611661207206634010234
Binary1100011000111101101010000111010011011011100000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183176; }

 p { color: rgb(24,49,118); }

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

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

 a { background-color: rgb(24,49,118); }

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

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

 span { border-color: rgb(24,49,118); }

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