#182560

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

Shades of Sapphire #182560

Tints of Sapphire #182560

Color information

#182560 (or 0x182560) is unknown color: approx Sapphire. HEX triplet: 18, 25 and 60. RGB value is (24,37,96). Sum of RGB (Red+Green+Blue) = 24+37+96=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #182560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182560 is #E7DA9F. Grayscale: #272727. Windows color (decimal): -15194784 or 6300952. OLE color: 6300952.

HSL color Cylindrical-coordinate representation of color #182560: hue angle of 229.17º 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 #182560 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB243796-
CMYK0.750.6100.62
HSL229.17º60%23.53%-
HSV(B)229.17º75%37.65%-
XYZ3.152.3611.36-
YUV39.84159.69116.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=15.29%
G=23.57%
B=61.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2437960.750.6100.62229.176023.53
Hex1825604B3D03Ee53c18
Octal3045140113750763457430
Binary110001001011100000100101111110101111101110010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182560; }

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

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

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

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

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

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

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

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