#12315D

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

Shades of Sapphire #12315D

Tints of Sapphire #12315D

Color information

#12315D (or 0x12315D) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 5D. RGB value is (18,49,93). Sum of RGB (Red+Green+Blue) = 18+49+93=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #12315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12315D is #EDCEA2. Grayscale: #2C2C2C. Windows color (decimal): -15584931 or 6107410. OLE color: 6107410.

HSL color Cylindrical-coordinate representation of color #12315D: hue angle of 215.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12315D is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB184993-
CMYK0.810.4700.64
HSL215.2º67.57%21.76%-
HSV(B)215.2º80.65%36.47%-
XYZ3.323.1210.78-
YUV44.75155.23108.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 93 (36.72% from 255) = 58.12%
R=11.25%
G=30.62%
B=58.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1849930.810.4700.64215.267.5721.76
Hex12315D512F040d74416
Octal226113512157010032710426
Binary10010110001101110110100011011110100000011010111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12315D; }

 p { color: rgb(18,49,93); }

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

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

 a { background-color: rgb(18,49,93); }

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

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

 span { border-color: rgb(18,49,93); }

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