#12315C

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

Shades of Sapphire #12315C

Tints of Sapphire #12315C

Color information

#12315C (or 0x12315C) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 5C. RGB value is (18,49,92). Sum of RGB (Red+Green+Blue) = 18+49+92=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #12315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12315C is #EDCEA3. Grayscale: #2C2C2C. Windows color (decimal): -15584932 or 6041874. OLE color: 6041874.

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

Color convert

RGB184992-
CMYK0.800.4700.64
HSL214.86º67.27%21.57%-
HSV(B)214.86º80.43%36.08%-
XYZ3.283.110.55-
YUV44.63154.73109-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 92 (36.33% from 255) = 57.86%
R=11.32%
G=30.82%
B=57.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1849920.800.4700.64214.8667.2721.57
Hex12315C502F040d74316
Octal226113412057010032710326
Binary10010110001101110010100001011110100000011010111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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