#182971

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

Shades of Sapphire #182971

Tints of Sapphire #182971

Color information

#182971 (or 0x182971) is unknown color: approx Sapphire. HEX triplet: 18, 29 and 71. RGB value is (24,41,113). Sum of RGB (Red+Green+Blue) = 24+41+113=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #182971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182971 is #E7D68E. Grayscale: #2B2B2B. Windows color (decimal): -15193743 or 7416088. OLE color: 7416088.

HSL color Cylindrical-coordinate representation of color #182971: hue angle of 228.54º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182971 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2441113-
CMYK0.790.6400.56
HSL228.54º64.96%26.86%-
HSV(B)228.54º78.76%44.31%-
XYZ4.152.9715.98-
YUV44.12166.87113.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 113 (44.53% from 255) = 63.48%
R=13.48%
G=23.03%
B=63.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24411130.790.6400.56228.5464.9626.86
Hex1829714F40038e5411b
Octal305116111710007034510133
Binary11000101001111000110011111000000011100011100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182971; }

 p { color: rgb(24,41,113); }

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

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

 a { background-color: rgb(24,41,113); }

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

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

 span { border-color: rgb(24,41,113); }

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