#12316C

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

Shades of Sapphire #12316C

Tints of Sapphire #12316C

Color information

#12316C (or 0x12316C) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 6C. RGB value is (18,49,108). Sum of RGB (Red+Green+Blue) = 18+49+108=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #12316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12316C is #EDCE93. Grayscale: #2E2E2E. Windows color (decimal): -15584916 or 7090450. OLE color: 7090450.

HSL color Cylindrical-coordinate representation of color #12316C: hue angle of 219.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12316C is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1849108-
CMYK0.830.5500.58
HSL219.33º71.43%24.71%-
HSV(B)219.33º83.33%42.35%-
XYZ4.053.4114.63-
YUV46.46162.73107.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 108 (42.58% from 255) = 61.71%
R=10.29%
G=28%
B=61.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18491080.830.5500.58219.3371.4324.71
Hex12316C533703Adb4719
Octal22611541236707233310731
Binary1001011000111011001010011110111011101011011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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