#182360

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

Shades of Sapphire #182360

Tints of Sapphire #182360

Color information

#182360 (or 0x182360) is unknown color: approx Sapphire. HEX triplet: 18, 23 and 60. RGB value is (24,35,96). Sum of RGB (Red+Green+Blue) = 24+35+96=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #182360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182360 is #E7DC9F. Grayscale: #262626. Windows color (decimal): -15195296 or 6300440. OLE color: 6300440.

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

Color convert

RGB243596-
CMYK0.750.6400.62
HSL230.83º60%23.53%-
HSV(B)230.83º75%37.65%-
XYZ3.092.2411.34-
YUV38.66160.36117.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 96 (37.89% from 255) = 61.94%
R=15.48%
G=22.58%
B=61.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2435960.750.6400.62230.836023.53
Hex1823604B4003Ee73c18
Octal30431401131000763477430
Binary1100010001111000001001011100000001111101110011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182360; }

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

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

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

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

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

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

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

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