#182860

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

Shades of Sapphire #182860

Tints of Sapphire #182860

Color information

#182860 (or 0x182860) is unknown color: approx Sapphire. HEX triplet: 18, 28 and 60. RGB value is (24,40,96). Sum of RGB (Red+Green+Blue) = 24+40+96=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #182860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182860 is #E7D79F. Grayscale: #292929. Windows color (decimal): -15194016 or 6301720. OLE color: 6301720.

HSL color Cylindrical-coordinate representation of color #182860: hue angle of 226.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182860 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB244096-
CMYK0.750.5800.62
HSL226.67º60%23.53%-
HSV(B)226.67º75%37.65%-
XYZ3.252.5611.39-
YUV41.6158.7115.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 60%
R=15%
G=25%
B=60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2440960.750.5800.62226.676023.53
Hex1828604B3A03Ee33c18
Octal3050140113720763437430
Binary110001010001100000100101111101001111101110001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182860; }

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

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

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

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

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

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

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

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