#12315F

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

Shades of Sapphire #12315F

Tints of Sapphire #12315F

Color information

#12315F (or 0x12315F) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 5F. RGB value is (18,49,95). Sum of RGB (Red+Green+Blue) = 18+49+95=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #12315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12315F is #EDCEA0. Grayscale: #2C2C2C. Windows color (decimal): -15584929 or 6238482. OLE color: 6238482.

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

Color convert

RGB184995-
CMYK0.810.4800.63
HSL215.84º68.14%22.16%-
HSV(B)215.84º81.05%37.25%-
XYZ3.413.1511.25-
YUV44.97156.23108.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 95 (37.5% from 255) = 58.64%
R=11.11%
G=30.25%
B=58.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1849950.810.4800.63215.8468.1422.16
Hex12315F513003Fd84416
Octal22611371216007733010426
Binary1001011000110111111010001110000011111111011000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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