#182858

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

Shades of Sapphire #182858

Tints of Sapphire #182858

Color information

#182858 (or 0x182858) is unknown color: approx Sapphire. HEX triplet: 18, 28 and 58. RGB value is (24,40,88). Sum of RGB (Red+Green+Blue) = 24+40+88=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #182858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182858 is #E7D7A7. Grayscale: #282828. Windows color (decimal): -15194024 or 5777432. OLE color: 5777432.

HSL color Cylindrical-coordinate representation of color #182858: hue angle of 225º 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 #182858 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB244088-
CMYK0.730.5500.65
HSL225º57.14%21.96%-
HSV(B)225º72.73%34.51%-
XYZ2.92.429.55-
YUV40.69154.7116.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 88 (34.77% from 255) = 57.89%
R=15.79%
G=26.32%
B=57.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2440880.730.5500.6522557.1421.96
Hex1828584937041e13916
Octal30501301116701013417126
Binary1100010100010110001001001110111010000011110000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182858; }

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

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

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

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

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

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

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

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