#182361

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

Shades of Sapphire #182361

Tints of Sapphire #182361

Color information

#182361 (or 0x182361) is unknown color: approx Sapphire. HEX triplet: 18, 23 and 61. RGB value is (24,35,97). Sum of RGB (Red+Green+Blue) = 24+35+97=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #182361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182361 is #E7DC9E. Grayscale: #262626. Windows color (decimal): -15195295 or 6365976. OLE color: 6365976.

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

Color convert

RGB243597-
CMYK0.750.6400.62
HSL230.96º60.33%23.73%-
HSV(B)230.96º75.26%38.04%-
XYZ3.142.2611.58-
YUV38.78160.86117.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=15.38%
G=22.44%
B=62.18%

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
Decimal2435970.750.6400.62230.9660.3323.73
Hex1823614B4003Ee73c18
Octal30431411131000763477430
Binary1100010001111000011001011100000001111101110011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182361; }

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

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

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

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

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

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

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

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