#182758

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

Shades of Sapphire #182758

Tints of Sapphire #182758

Color information

#182758 (or 0x182758) is unknown color: approx Sapphire. HEX triplet: 18, 27 and 58. RGB value is (24,39,88). Sum of RGB (Red+Green+Blue) = 24+39+88=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #182758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182758 is #E7D8A7. Grayscale: #272727. Windows color (decimal): -15194280 or 5777176. OLE color: 5777176.

HSL color Cylindrical-coordinate representation of color #182758: hue angle of 225.94º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #182758 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB243988-
CMYK0.730.5600.65
HSL225.94º57.14%21.96%-
HSV(B)225.94º72.73%34.51%-
XYZ2.862.359.54-
YUV40.1155.03116.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 88 (34.77% from 255) = 58.28%
R=15.89%
G=25.83%
B=58.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2439880.730.5600.65225.9457.1421.96
Hex1827584938041e23916
Octal30471301117001013427126
Binary1100010011110110001001001111000010000011110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182758; }

 p { color: rgb(24,39,88); }

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

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

 a { background-color: rgb(24,39,88); }

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

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

 span { border-color: rgb(24,39,88); }

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